Files
hello-world/d/dylan.dl

6 lines
70 B
Plaintext

define method main (#rest args)
princ("Hello World");
end;
main();