Skip to content

Instantly share code, notes, and snippets.

@akshayithape-devops
Created December 12, 2022 03:49
Show Gist options
  • Save akshayithape-devops/8e8128917a1754595cd155266d8f3aac to your computer and use it in GitHub Desktop.
Save akshayithape-devops/8e8128917a1754595cd155266d8f3aac to your computer and use it in GitHub Desktop.
Simple Hello World Java Program For Demo
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