using System;
public class Program
{
public static void Main()
Console.WriteLine("Hello World");
test1();
}
public static void test1() {
int i = 1;
string str = "1";
Console.Write(str + " " + i);