Skip to content

Instantly share code, notes, and snippets.

@eMahtab
Last active November 18, 2015 06:51
Show Gist options
  • Save eMahtab/709da89bc99d99d41dea to your computer and use it in GitHub Desktop.
Save eMahtab/709da89bc99d99d41dea to your computer and use it in GitHub Desktop.
Simple Hello World Example with Java
public class Caio{
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