Hello World
This is a normal introductory program, the hello world !
This program is crafted using the java Language.
Description:
The Above program just prints a line Hello World!
This program is crafted using the java Language.
class hello { public static void main(String []args) { System.out.println("Hello World !"); } }
Description:
The Above program just prints a line Hello World!
Comments
Post a Comment