Together with examples in this folder you can find a `run.js` file which will allow you to easily run any of the provided examples.
Simply run `node run {fullFileName | number}` like this:

```shell
node run 01
```

and Node will run the script for you.

If argument you provided will not hit any files, tool will give you a handy list of available examples.
Have fun hacking!
