using ProxyWasmSharp.Sdk;

namespace ProxyWasmSharp.Examples
{

    public class Program
    {

        static void Main()
        {
            var ctx = new RootContext();
            Console.WriteLine("Hello, World!");
        }
    }
}