Skip to content

Instantly share code, notes, and snippets.

@rieckpil
Created September 2, 2017 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rieckpil/e50644b4200bfa829c663bbe45307ec5 to your computer and use it in GitHub Desktop.
Save rieckpil/e50644b4200bfa829c663bbe45307ec5 to your computer and use it in GitHub Desktop.
MyFirstGist
public class HelloWorld{
public static void main(String[] args) {
System.out.println("Hello from my first gist");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment