Skip to content

Instantly share code, notes, and snippets.

@davidjwiner
Created July 7, 2020 01:12
Show Gist options
  • Save davidjwiner/718c2135272af0ad229eb6b61a6a6605 to your computer and use it in GitHub Desktop.
Save davidjwiner/718c2135272af0ad229eb6b61a6a6605 to your computer and use it in GitHub Desktop.
class com.example.JavaHelloWorld {
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