Last active
December 16, 2015 16:10
-
-
Save PaaKobinaBaffoe/5461652 to your computer and use it in GitHub Desktop.
A short and 1st java app to display a gist about me
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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