Go hello world example demonstrating a minimal Go program
A minimal Go repository containing a single hello.go file that prints "Hello World". It uses the Go runtime and is suited for learning Go basics, testing a local Go toolchain, or including as a starter example in tutorials. Documentation is minimal and could be expanded for clarity.
0