@drewdevault @synlogic Haha, yeah. I figured there are clever ways of getting "as close to the metal" as possible, I was only looking at general usage.
C: printf("Hello, World!\n")
C++: std::cout << "Hello, World!" << std::endl
Go: fmt.Println("Hello, World!")
Hare: fmt::println("Hello, World!")
Rust: println!("Hello, World!")