Created
April 22, 2019 08:48
-
-
Save ilaborie/2bb652fbd10ddbcd5b1379b884cd3f3b to your computer and use it in GitHub Desktop.
Quizz
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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