Files
hello-world/d/dylan.dl
2008-07-25 18:01:29 -07:00

6 lines
71 B
Plaintext

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