complexpr/examples/helloworld.cxpr

2 lines
83 B
Plaintext

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