2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-2.cs
blob0a18d50767b5f7ccb8249bbdb0b3a4be7bed8f25
1 class X {
2 static int Main (string [] args)
4 System.Console.WriteLine ("Hello, World");
5 return 0;