using System;
class Box{
static void Func()
{
Console.WriteLine("Hi there");
}
public class Program
public static void Main()
Func();