rustlings/exercises/functions
huganardo 7da4ad469a First commit updating my worked solution so far
This commit is mainly to test to see if the readme.md updates when I change it 👍
2023-07-31 15:37:06 +10:00
..
functions1.rs First commit updating my worked solution so far 2023-07-31 15:37:06 +10:00
functions2.rs First commit updating my worked solution so far 2023-07-31 15:37:06 +10:00
functions3.rs First commit updating my worked solution so far 2023-07-31 15:37:06 +10:00
functions4.rs First commit updating my worked solution so far 2023-07-31 15:37:06 +10:00
functions5.rs First commit updating my worked solution so far 2023-07-31 15:37:06 +10:00
README.md fix(functions): clarify README wording 2022-07-11 14:00:12 +02:00

Functions

Here, you'll learn how to write functions and how the Rust compiler can help you debug errors even in more complex code.

Further information