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