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

6 lines
71 B
Plaintext
Executable File

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