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.

25 lines
424 B

## 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