Skip to content

Instantly share code, notes, and snippets.

@jeffersontpadua
Created July 1, 2017 13:19
Show Gist options
  • Save jeffersontpadua/b77a455c8d5d620d01fb7ae7c5e7b8c0 to your computer and use it in GitHub Desktop.
Save jeffersontpadua/b77a455c8d5d620d01fb7ae7c5e7b8c0 to your computer and use it in GitHub Desktop.
class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment