Skip to content

Instantly share code, notes, and snippets.

@ShawonAshraf
Created September 27, 2017 17:15
Show Gist options
  • Save ShawonAshraf/f19428b989f7d0c17773dabaf7ec7993 to your computer and use it in GitHub Desktop.
Save ShawonAshraf/f19428b989f7d0c17773dabaf7ec7993 to your computer and use it in GitHub Desktop.
public class HelloJava {
public static void main(String[] args) {
System.out.println("Hello Java");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment