2018-08-22 01:37:32 -03:00

10 lines
111 B
Plaintext
Executable File

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