Skip to content

Instantly share code, notes, and snippets.

View PaaKobinaBaffoe's full-sized avatar
🏠
Working from home

Mark Valentine Aikins PaaKobinaBaffoe

🏠
Working from home
View GitHub Profile
@PaaKobinaBaffoe
PaaKobinaBaffoe / gist:5461652
Last active December 16, 2015 16:10
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("");
}