Conlang/sample-code/hello.cl

4 lines
41 B
Common Lisp
Raw Normal View History

2024-04-22 04:07:16 +00:00
fn main() {
print("Hello, world!")
}