From a275c964914cda4c908a60b7a6b087f6f1ddc6aa Mon Sep 17 00:00:00 2001 From: Clement Denis Date: Fri, 19 Feb 2021 17:00:17 +0000 Subject: [PATCH] add hello-there subject --- subjects/hello-there/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 subjects/hello-there/README.md diff --git a/subjects/hello-there/README.md b/subjects/hello-there/README.md new file mode 100644 index 00000000..5b6f76af --- /dev/null +++ b/subjects/hello-there/README.md @@ -0,0 +1,24 @@ +## Hello There + +### Instructions + +Once you have installed the nesscesary tools, +create a `git` repository with a `hello.js` JS file +that display the text `Hello There` in the terminal. + +> Don't forget to commit and push the file to the servers + +### Usage + +```console +student@ubuntu:~/[[ROOT]]/test$ node hello.js +hello there +student@ubuntu:~/[[ROOT]]/test$ +``` + +### You will learn about + +- Terminal +- Code Editor +- Git +- JS