Reenable working Enum tests
[mono-project.git] / sdks / wasm / hello.cs
blob3ca0a7bd8f9b8b865f2f472f27ef2f97cdb2dd21
1 using System;
3 public class HelloWorld
5 public static void Main (String[] args) {
6 Console.WriteLine ("Hello, World!");