complexpr/examples/helloworld.cxpr
2022-09-17 11:17:22 -04:00

3 lines
84 B
Text

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