Posts

Showing posts from March, 2016

Hello world program in java

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