6 lines
70 B
Plaintext

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