Skip to content

Instantly share code, notes, and snippets.

@robertmassaioli
Created March 12, 2016 22:02
Show Gist options
  • Save robertmassaioli/18f8a5465eae7b708d00 to your computer and use it in GitHub Desktop.
Save robertmassaioli/18f8a5465eae7b708d00 to your computer and use it in GitHub Desktop.
A test github gist
-- Hello world
main = putStrLn "Hello World!"
public class HelloWorld {
public static void main(String[] args) {
// Prints "Hello, World" to the terminal window.
System.out.println("Hello, World");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment