1
0

Syncing with codecrafters-io/languages

Created by https://github.com/codecrafters-io/languages
This commit is contained in:
Paul Kuruvilla 2022-02-15 14:23:41 +00:00
parent 70fb266202
commit ea4a6b7611

View File

@ -18,13 +18,15 @@ uncomment the relevant code, and push your changes to pass the first stage:
```sh ```sh
git add . git add .
git commit -m "pass the first stage" git commit -m "pass 1st stage" # any msg
git push origin master git push origin master
``` ```
Time to move on to the next stage! Time to move on to the next stage!
# Setup for stages 2 & beyond # Stage 2 & beyond
Note: This section is for stages 2 and beyond.
1. Ensure you have `cargo (1.54)` installed locally 1. Ensure you have `cargo (1.54)` installed locally
1. Run `./your_sqlite3.sh` to run your program, which is implemented in 1. Run `./your_sqlite3.sh` to run your program, which is implemented in