Browse Source

add hello-there subject

content-update
Clement Denis 3 years ago committed by Clément
parent
commit
a275c96491
  1. 24
      subjects/hello-there/README.md

24
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
Loading…
Cancel
Save