6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
![]() |
define method main (#rest args)
|
||
|
princ("Hello world!");
|
||
|
end;
|
||
|
|
||
|
main();
|