Last active
September 24, 2019 13:35
-
-
Save srininara/ac34622f4dfa006af4c61477663c82e9 to your computer and use it in GitHub Desktop.
Class cruft introduced by the language
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
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