Skip to content

Instantly share code, notes, and snippets.

@davidcelis
Last active August 29, 2015 14:02
Show Gist options
  • Save davidcelis/dd7469a468a34923aa86 to your computer and use it in GitHub Desktop.
Save davidcelis/dd7469a468a34923aa86 to your computer and use it in GitHub Desktop.
console.log("Hello from JavaScript")
print("Hello from Python")
puts "Hello from Ruby"
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello from Java");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment