Skip to content

Instantly share code, notes, and snippets.

@matiit
Created July 24, 2017 08:54
Show Gist options
  • Save matiit/c0ca29b04c3c4e5493fb4ffb7f31dfc0 to your computer and use it in GitHub Desktop.
Save matiit/c0ca29b04c3c4e5493fb4ffb7f31dfc0 to your computer and use it in GitHub Desktop.
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