using System; class Program { static void Main(string[] args) { Console.WriteLine("add(1, 2) = {0}", Foo.Foo.Add(1, 2)); } }