using System;
public class Program
{
public static void Main()
string h = "hello";
string w = "world";
int i = 42;
Console.WriteLine(i);
}
int j = 4;
Console.WriteLine(j);
Console.WriteLine(h + w);