From 939a1e1ab941be0bdd1337b2663b99c91026f636 Mon Sep 17 00:00:00 2001 From: Christopher Fremond Date: Thu, 30 May 2019 23:54:07 +0100 Subject: [PATCH] removal of extra subjects to be replaced by introduction.fr.md and introduction.en.md --- subjects/get-ready.en.md | 7 ------- subjects/go-say-hello.en.md | 20 -------------------- subjects/go-say-hello.fr.md | 15 --------------- subjects/set.en.md | 12 ------------ 4 files changed, 54 deletions(-) delete mode 100644 subjects/get-ready.en.md delete mode 100644 subjects/go-say-hello.en.md delete mode 100644 subjects/go-say-hello.fr.md delete mode 100644 subjects/set.en.md diff --git a/subjects/get-ready.en.md b/subjects/get-ready.en.md deleted file mode 100644 index 8086b1cec..000000000 --- a/subjects/get-ready.en.md +++ /dev/null @@ -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. diff --git a/subjects/go-say-hello.en.md b/subjects/go-say-hello.en.md deleted file mode 100644 index d9242b47b..000000000 --- a/subjects/go-say-hello.en.md +++ /dev/null @@ -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 -``` diff --git a/subjects/go-say-hello.fr.md b/subjects/go-say-hello.fr.md deleted file mode 100644 index 5aab8f022..000000000 --- a/subjects/go-say-hello.fr.md +++ /dev/null @@ -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}! -$ -``` diff --git a/subjects/set.en.md b/subjects/set.en.md deleted file mode 100644 index ef45e24fa..000000000 --- a/subjects/set.en.md +++ /dev/null @@ -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)