Skip to content

Instantly share code, notes, and snippets.

@eduellery
Last active March 6, 2022 13:11
Show Gist options
  • Save eduellery/cfb9926f385dc7c4447fc8f4e006b284 to your computer and use it in GitHub Desktop.
Save eduellery/cfb9926f385dc7c4447fc8f4e006b284 to your computer and use it in GitHub Desktop.
Hello, World! (Java)
public 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