Make Main method public
[mono.git] / mcs / tests / test-anon-97.cs
index c594439cc23179dc7439596aaf022f97ba4a8dd4..62d0a6921b3e48b386f4a74d0cb9f71b35b98156 100644 (file)
@@ -32,7 +32,7 @@ using System.Text;
 
   class Program
   { 
-    static void Main(string[] args)
+    public static void Main(string[] args)
     {
     }
   }