We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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") }