6 lines
70 B
Plaintext
6 lines
70 B
Plaintext
define method main (#rest args)
|
|
princ("Hello World");
|
|
end;
|
|
|
|
main();
|