BeginConnect complete to early when not using callback. (#17035)
[mono-project.git] / sdks / wasm / hello.cs
blob6ed67f0f4d8e8a0ac3c4b3895cb28d8589c2444e
1 using System;
2 using System.Runtime.InteropServices;
4 public class HelloWorld
6 public static void Main (String[] args) {
7 Console.WriteLine ("Hello, World!");