wetmatter nonsense

let's get random 
« Back to blog

Hello World Java Edition Console App..

As you can see the syntax is similar to that of C#

public class HelloWorld
{
   public static void main(String[] args)
   {
      Greeting();
   }
   private static void Greeting()
   {
      System.out.println("Hello world!");
   }
}

Posted by Samson Loo 

Comments (0)

Leave a comment...