Browse Source

removal of extra subjects to be replaced by introduction.fr.md and introduction.en.md

pull/149/head
Christopher Fremond 5 years ago committed by Clément
parent
commit
939a1e1ab9
  1. 7
      subjects/get-ready.en.md
  2. 20
      subjects/go-say-hello.en.md
  3. 15
      subjects/go-say-hello.fr.md
  4. 12
      subjects/set.en.md

7
subjects/get-ready.en.md

@ -1,7 +0,0 @@
## get-ready
### Instructions
Subscribe to [Discord](Discord-invite-link) and send a private message to the bot (TODO: find a name for the bot).
If the bot likes you, the bot will greet you in a in a pleasant manner.

20
subjects/go-say-hello.en.md

@ -1,20 +0,0 @@
## 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
```

15
subjects/go-say-hello.fr.md

@ -1,15 +0,0 @@
## 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}!
$
```

12
subjects/set.en.md

@ -1,12 +0,0 @@
## set
### Setting up your development workspace
[GitHub account](TODO-VIDEO-LINK)
#### Choose your code editor
- [VS Code](TODO-LINK)
- [Sublime Text](TODO-LINK)
#### [How to submit your code with Git](TODO-VIDEO-LINK)
Loading…
Cancel
Save