10 lines
111 B
Plaintext

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