Conlang/sample-code/hello.cl
2024-04-21 23:07:16 -05:00

4 lines
41 B
Common Lisp

fn main() {
print("Hello, world!")
}