We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hello world is simple! You can just call print_string from the standard library inside your main function.
print_string
main
func main() { std::print_string("Hello, world") }