complexpr/examples/helloworld.cxpr

2 lines
83 B
Plaintext
Raw Normal View History

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