I aint paying code crafters
So I run it locally
git add .
git commit -m "pass 1st stage" # any msg
git push origin master
That's all!
Note: This section is for stages 2 and beyond.
- Ensure you have
go (1.19)
installed locally - Run
./your_program.sh
to run your Redis server, which is implemented inapp/server.go
. - Commit your changes and run
git push origin master
to submit your solution to CodeCrafters. Test output will be streamed to your terminal.