1
0

Syncing with codecrafters-io/languages

Created by https://github.com/codecrafters-io/languages
This commit is contained in:
Paul Kuruvilla 2021-09-23 19:28:42 +01:00
parent c72d33e880
commit 18f3fc17c8
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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