## go-say-hello ### Instructions Write a [program](TODO-LINK) that says `hello` to your GitHub username. ### Usage Where `{username}` is your GitHub username: ```console user@host:~/piscine/d01/go-say-hello$ go get -u github.com/{username}/piscine/d01/go-say-hello user@host:~/piscine/d01/go-say-hello$ go run github.com/{username}/piscine/d01/go-say-hello Hello, {username}! <<<<<<< HEAD $ ======= user@host:~/piscine/d01/go-say-hello$ >>>>>>> 95ba96142e4855232e0d1fbdf38a3bedae3ed625 ```