complexpr/examples/helloworld.cxpr
2022-09-12 16:53:04 -04:00

3 lines
84 B
Text

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