Describe your solution for the homework.
Run the following commands to test your homework:
You will have to install NodeJS (it is installed in the codespace)
# Clone tests repository
git submodule update --init
# Update tests repository to the lastest version
cd tests
git pull
cd ..
# Install loadash
npm install lodashInstall rustybox
cargo install --path .If the rustybox command can't be found, be sure to add the default cargo installation folder into the PATH environment variable
export PATH=/home/<your username here>/.cargo/bin:$PATHRun tests
cd tests
# Run all tests
./run_all.sh
# Run single test
./run_all.sh pwd/pwd.sh