Skip to content

Hello World

Utku Melemetci edited this page May 16, 2024 · 1 revision

Hello world is simple! You can just call print_string from the standard library inside your main function.

func main() {
    std::print_string("Hello, world")
}
Clone this wiki locally