Conlang/sample-code/hello.cl

7 lines
106 B
Common Lisp
Executable File

#!/usr/bin/env -S conlang -r false
//! Prints "Hello, world!"
fn main() {
println("Hello, world!")
}