Skip to content

Instantly share code, notes, and snippets.

@moseskamau338
Created December 12, 2016 11:02
Show Gist options
  • Save moseskamau338/f4470611f62a0a86566434c6659c8bea to your computer and use it in GitHub Desktop.
Save moseskamau338/f4470611f62a0a86566434c6659c8bea to your computer and use it in GitHub Desktop.
Android created Gist
public class hellojava{
public static void main(String args []){
System.out.println("hello there this is a bigginers program");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment