Skip to content

destoer/interloper

Repository files navigation

interloper

func main() s32
{
    buf : c8[256];

    std::print("Enter some text: ");

    out := std::read_string(buf);

    std::print("You said: {}\n",out);

    return 0;
}

About

hobby compiler (this shouldn't exist)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages