Skip to content

Instantly share code, notes, and snippets.

@pablohildo
Created January 16, 2018 02:51
Show Gist options
  • Save pablohildo/f93a991f5b0974a33d3c565feca0e049 to your computer and use it in GitHub Desktop.
Save pablohildo/f93a991f5b0974a33d3c565feca0e049 to your computer and use it in GitHub Desktop.
class Main{
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