complexpr/examples/helloworld.cxpr

3 lines
84 B
Plaintext

# Prints the string "Hello, world!" followed by a newline
println("Hello, world!");