Syncing with codecrafters-io/languages
Created by https://github.com/codecrafters-io/languages
This commit is contained in:
parent
c72d33e880
commit
18f3fc17c8
|
@ -37,7 +37,7 @@ Time to move on to the next stage!
|
||||||
|
|
||||||
# Running Your Program Locally
|
# Running Your Program Locally
|
||||||
|
|
||||||
1. Ensure you have `cargo (1.43)` 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
|
||||||
`src/main.rs`. This command compiles your Rust project, so it might be slow
|
`src/main.rs`. This command compiles your Rust project, so it might be slow
|
||||||
the first time you run it. Subsequent runs will be fast.
|
the first time you run it. Subsequent runs will be fast.
|
||||||
|
|
|
@ -7,5 +7,5 @@ debug: false
|
||||||
# Use this to change the Rust version used to run your code
|
# Use this to change the Rust version used to run your code
|
||||||
# on Codecrafters.
|
# on Codecrafters.
|
||||||
#
|
#
|
||||||
# Available versions: rust-1.43
|
# Available versions: rust-1.54
|
||||||
language_pack: rust-1.43
|
language_pack: rust-1.54
|
||||||
|
|
Loading…
Reference in New Issue
Block a user