예제 #1
0
파일: TheMain.cs 프로젝트: smc314/helix
 static void Main(string[] args)
 {
     Console.WriteLine ("Hello World from Helix.Glob.TheMain!");
     TheMain main = new TheMain ();
     main.Execute ();
 }