Skip to content

Instantly share code, notes, and snippets.

@josikie
Created November 12, 2019 06:31
Show Gist options
  • Save josikie/7b071f58e4c3ab7810d804e8a8e3d380 to your computer and use it in GitHub Desktop.
Save josikie/7b071f58e4c3ab7810d804e8a8e3d380 to your computer and use it in GitHub Desktop.
Program Java HelloWorld
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