Skip to content

Instantly share code, notes, and snippets.

@davidjwiner
Created July 7, 2020 01:12
Show Gist options
  • Save davidjwiner/342321de10bf0307eedbb0f8fabdb0fc to your computer and use it in GitHub Desktop.
Save davidjwiner/342321de10bf0307eedbb0f8fabdb0fc to your computer and use it in GitHub Desktop.
class com.example.JavaHelloWorld {
private static void a() {
System.out.println("Hello, world!");
}
public static void main(String[] args) {
a();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment