Files
hello-world/c/cool.cl

6 lines
84 B
Common Lisp

class Main inherits IO {
main(): Object {
out_string("Hello World.\n")
};
};