[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/javaistic/Hello_World/main/HelloWorld.java [Back]  [Original]

//Program to print Hello World

class HelloWorld 
{ //start of class

   public static void main(String[] args) 
   
    { //start of main() method
    
        System.out.println("Hello, World!");//printing Hello World
        
    } //end of main() method
    
} //end of the class

Web Proxy Viewer  |  New URL  |  Original Page