## gosayhello ### Instructions Écrire un [programme](TODO-LINK) qui vous dis `hello` à votre GitHub username. ### Utilisation Ici `{username}` est votre GitHub username: ```console $ go run github.com/{username}/piscine/d01/gosayhello Hello, {username}! $ ```