Skip to content

Instantly share code, notes, and snippets.

@AdheipSingh
Last active February 6, 2018 20:13
Show Gist options
  • Save AdheipSingh/21298b05fdad161e4e18a4c74583aeb0 to your computer and use it in GitHub Desktop.
Save AdheipSingh/21298b05fdad161e4e18a4c74583aeb0 to your computer and use it in GitHub Desktop.
Simple HelloWorld Java Program
package com.sanumala;
public class HelloWorld
{
public static void main(String[] args)
{
System.out.println("Hello adheip @ GitHub!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment