Skip to content

Instantly share code, notes, and snippets.

@PaaKobinaBaffoe
Last active December 16, 2015 16:10
Show Gist options
  • Save PaaKobinaBaffoe/5461652 to your computer and use it in GitHub Desktop.
Save PaaKobinaBaffoe/5461652 to your computer and use it in GitHub Desktop.
A short and 1st java app to display a gist about me
public class MyCodeWorld{
public static void main (string [] args)
{
System.out.printIn("My code world @ Github");
System.out.println("**********?******************************?******");
System.out.println(" SIMPLE AFRICAN Upcoming Geek ");
System.out.println("**********?******************************?********");
System.out.println("");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment