[corlib] Fix a few NSLogWriter issues. (#13799)
[mono-project.git] / mcs / tests / test-1.cs
blob29e46214b9208cfa32ef18299c2e02966a33428c
1 using System;
3 class X {
4 public static int Main (string [] args)
6 Console.WriteLine ("Hello, World!");
7 return 0;