module helloworld define(EOF,(-1)) import printf from "ylib.d" main() printf("Hello World\n") end end