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
495 B

5 years ago
## go-say-hello
5 years ago
### Instructions
Write a [program](TODO-LINK) that says `hello` to your GitHub username.
5 years ago
### 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
```