2010-08-06 11:08:59 +08:00

10 lines
111 B
Plaintext

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