6 lines
88 B
Common Lisp
6 lines
88 B
Common Lisp
class Main inherits IO {
|
|
main(): SELF_TYPE {
|
|
out_string("Hello, World.\n")
|
|
};
|
|
};
|