Created
October 15, 2018 16:55
-
-
Save toumorokoshi/f2a2ed1f06b141d60b71b3671c08fb45 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
# python | |
print "hello world" | |
# java | |
system.out.println("hello world"); | |
# disp | |
print "hello world" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment