Skip to content

Instantly share code, notes, and snippets.

@ilaborie
Created April 22, 2019 08:48
Show Gist options
  • Save ilaborie/2bb652fbd10ddbcd5b1379b884cd3f3b to your computer and use it in GitHub Desktop.
Save ilaborie/2bb652fbd10ddbcd5b1379b884cd3f3b to your computer and use it in GitHub Desktop.
Quizz
public class Var {
public static void main(String[] args) {
var var = "var";
System.out.println(var);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment