Skip to content

Instantly share code, notes, and snippets.

View eMahtab's full-sized avatar
💭
مهتاب

Mahtab Alam eMahtab

💭
مهتاب
View GitHub Profile
@eMahtab
eMahtab / SayHelloToJava.java
Last active November 18, 2015 06:51
Simple Hello World Example with Java
public class Caio{
public static void main(String args[]){
System.out.println("Hello Java !";
}
}

ICC World Cup 2015 GraphGist