long story short, C++ sucks so I switched to Zig.
You actually can't yet
# My desired hello world
func main() {
@println("Hello World");
}
- Compiler works for you, and helps you to understand the error or the problems in your code.
- Readable syntax (kind of).