#!/usr/bin/env -S conlang -r false
//! Prints "Hello, world!"
fn main() {
println("Hello, world!")
}