complexpr/examples/helloworld.cxpr

3 lines
84 B
Plaintext
Raw Normal View History

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