Hello, world!
#include <stdio.h>
void main()
{
        printf("hello, world!");  //"hello, world" stands for the brand new start of a new journey
}
#include <iostream.h>
void main()
{
        fprintf(stdio,"hellp, world!")  //which means that the past is NULL
}
using System;
class HelloWorld(string[] args)
{ 
    public static void Main() 
        { 
            Console.WriteLine("Hello World");   //but it doesn't indicate a bright futher
        } 
}