Skip to content

Commit

Permalink
Merge pull request #8 from chrysn/rust
Browse files Browse the repository at this point in the history
Add Rust versions of the examples
  • Loading branch information
MrKevinWeiss authored Jul 9, 2024
2 parents 6863b11 + bd80bba commit 3ace898
Show file tree
Hide file tree
Showing 19 changed files with 1,700 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,7 @@ keys/

# custom clang-tidy flags, also used when using clangd language server
.clang-tidy

# Rust generated files
target/
Cargo.lock
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ $ codium .
**5. Go through the exercises starting with [`01-hello-world`](./01-hello-world/README.md). Each contains a `README.md` with**
**detailed instructions and tasks to solve.**

If you prefer to do the exercises in Rust instead of C, there is a parallel list starting at [`rust01-hello-world`](./rust01-hello-world/README.md).
The exercises are generally similar, and only differ in details.


## Conventions
Throughout the tutorials, we will specify commands and outputs.
Expand Down
Loading

0 comments on commit 3ace898

Please sign in to comment.