Merge pull request #8 from codecrafters-io/sync
Sync with languages repo
This commit is contained in:
commit
796ac522e1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user