**** Merged from MCS ****
[mono-project.git] / mcs / tests / test-2.cs
blob0a18d50767b5f7ccb8249bbdb0b3a4be7bed8f25
1 class X {
2 static int Main (string [] args)
4 System.Console.WriteLine ("Hello, World");
5 return 0;