Not much to say here, but I should have some kind of landing page.

package main

import "core:fmt"

main :: proc() {
    fmt.printf("Hello World!\n")
}