Files
hello-world/dylan.dl
Mike Donaghy c188776903 Added dylan
2008-07-15 19:22:40 -04:00

6 lines
71 B
Plaintext

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