Yian

a pure and safe language with
provable memory safety

hello.an
from std.core.io import print

i32 main() {
    print("Hello 易安!\n")
    return 0
}