Dev Blog

20200101 New Blog

Posted at — Jan 1, 2020 DRAFT

Hello World

This is a test

public class Hello {
    public static void Bar(int x, int y)
    {
    }

    public static void Foo() {
    }
}