Skip to content

Instantly share code, notes, and snippets.

@axurright
Last active October 10, 2024 14:30
Show Gist options
  • Select an option

  • Save axurright/2c2a24ca93c22d74c424a25f81f56c15 to your computer and use it in GitHub Desktop.

Select an option

Save axurright/2c2a24ca93c22d74c424a25f81f56c15 to your computer and use it in GitHub Desktop.
Writing Hello World in different languages. (Java Edition)
void main() {
System.out.println("Hello World!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment