Hello World!

Everything starts with a Hello World… So here we go :-)

public class HelloWorld
{
       public static void main (String[] args)
       {
             System.out.println("Hello World!");
             System.out.println("it's so geee");
       }
}

See you on github.

logo

comments powered by Disqus