This is a hello world where i’ll be testing the code section:

//Java
public static void main(string[] args){
      System.Out.Println("Hello World!");
}
//C#
public static void Main(){
      Console.WriteLine("Hello World!");
}