Skip to content

Instantly share code, notes, and snippets.

@Jasiri-w
Created November 14, 2014 12:39
Show Gist options
  • Save Jasiri-w/06b5b26462ac49917a0e to your computer and use it in GitHub Desktop.
Save Jasiri-w/06b5b26462ac49917a0e to your computer and use it in GitHub Desktop.
Java (Part of the Code Repository)
public class HelloWorld
{
public static void main(String []args){
System.out.println("Jasiri is Awesome!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment