Skip to content

Instantly share code, notes, and snippets.

@srininara
Last active September 24, 2019 13:35
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 srininara/ac34622f4dfa006af4c61477663c82e9 to your computer and use it in GitHub Desktop.
Save srininara/ac34622f4dfa006af4c61477663c82e9 to your computer and use it in GitHub Desktop.
Class cruft introduced by the language
class A {
public static void main(String args[]){
System.out.println("Hello World");
}
}
// in python it would be print("Hello World")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment