You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
492 B

# 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
```