Y is a programming language created in 1981.
module helloworld define(EOF,(-1)) import printf from "ylib.d" main() printf("Hello World\n") end end