Skip to content

Instantly share code, notes, and snippets.

@lucmsilva651
Created September 7, 2023 00:08
Show Gist options
  • Save lucmsilva651/0d766cf314dcdb84d8024df7bbdd7684 to your computer and use it in GitHub Desktop.
Save lucmsilva651/0d766cf314dcdb84d8024df7bbdd7684 to your computer and use it in GitHub Desktop.
Java Hello World
public class main {
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