# README
Build
ou can compile it using the go build command: go build main.go
This will generate an executable binary named main (or main.exe on Windows). You can then run the binary to see the output: ./main
ou can compile it using the go build command: go build main.go
This will generate an executable binary named main (or main.exe on Windows). You can then run the binary to see the output: ./main