Skip to main content

Hello World

For one may ask what is the way. They should rather focus on where to start and on traveling the way.

    print("Hello World")
    #include<stdio.h>
    void main(){
        printf("Hello World");
    }
    console.log("Hello World")
    System.out.print("Hello World");

After treading on which they’ll realize that:

This is the way.