[threads] At shutdown, don't wait for native threads that aren't calling Mono (...
[mono-project.git] / sdks / wasm / hello-io.cs
blob85892726e4d8dd35c63bb1c3b1f3529cd35082ab
1 using System;
2 using System.IO;
4 public class Program
6 private static void Main ()
8 var content = File.ReadAllText ("hello-io.cs");
9 Console.WriteLine (content);