Created
July 24, 2017 08:54
-
-
Save matiit/c0ca29b04c3c4e5493fb4ffb7f31dfc0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
package com.matiit.learn; | |
public class NoVariables { | |
public static void main() { | |
System.out.println(10*10); | |
System.out.println(10*10*10); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment