Skip to content

Instantly share code, notes, and snippets.

@kunals201
Created March 9, 2018 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kunals201/49e373c747371a5c073b2e1711f405f0 to your computer and use it in GitHub Desktop.
Save kunals201/49e373c747371a5c073b2e1711f405f0 to your computer and use it in GitHub Desktop.
No _ example
public class Sample {
public static void main(String[] args) {
int _ = 4;
System.out.println(_);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment