Skip to content
Snippets Groups Projects
Y.y 111 B
module helloworld

	define(EOF,(-1))
	
	import printf from "ylib.d"

	main()
		printf("Hello World\n")
	end
end