Commit graph

39 commits

Author SHA1 Message Date
0bae9c88d5 Split up restaurant package 2025-01-19 18:18:50 +01:00
150e2faf44 Add an example for struct visibility 2025-01-17 08:43:44 +01:00
95c1144ca2 Add a demonstration for the super keyword 2025-01-16 16:30:03 +01:00
ecaa581044 Make add_to_waitlist function accessible 2025-01-16 16:08:39 +01:00
5dc356d98e Add demonstration of rust's default visibility 2025-01-16 16:08:15 +01:00
480c36382e Create a package for studying module structuring 2025-01-08 11:17:47 +01:00
4f0fdba18e Add a package for demonstrating modules 2025-01-08 11:13:17 +01:00
9f25a0ae35 Add a functions for creating squares 2024-11-28 00:12:32 +01:00
0297302762 Add a can_hold method 2024-11-28 00:03:49 +01:00
a8248ed120 Implement area using a method 2024-11-27 23:39:46 +01:00
d9963ced18 Demonstrate the use of the dbg macro 2024-11-26 00:11:17 +01:00
f9841faa16 Print formatted Rectangle representation 2024-11-26 00:03:28 +01:00
2b3f04ce4c Add code for printing the details of the rectangle 2024-11-25 23:59:14 +01:00
72cd4da20e Re-implement rectangles using structs 2024-11-12 08:51:40 +01:00
1fbb0d803b Refactor rectangles to use tuples 2024-11-12 08:47:06 +01:00
41fde7bef9 Createa a project for calculating rectangles 2024-11-12 08:46:32 +01:00
bca900b692 Add a project for calculating Fibonacci 2024-10-16 18:55:57 +02:00
c6e001b549 Add a program for converting temperature 2024-10-16 18:36:57 +02:00
852f5a9b76 Implement the countdown using a Range 2024-10-16 17:46:40 +02:00
808b8f58b0 Update the code to use a for loop 2024-10-16 17:27:46 +02:00
5f77f62dd9 Create an array iterator 2024-10-16 17:27:33 +02:00
31e890f49b Create a while loop 2024-10-16 17:18:41 +02:00
99fb3a3f72 Create a nested loop 2024-10-16 17:18:24 +02:00
0c0b69835d Create a loop with a break statement 2024-10-16 17:16:14 +02:00
fb1df42282 Add code for demonstrating loops 2024-10-16 17:15:51 +02:00
8b8e5ac817 Add a project for demonstrating branches 2024-10-16 16:27:00 +02:00
683e905215 Add multiple parameters 2024-10-14 18:26:04 +02:00
4bc2d864e1 Add a parameter to another_function 2024-10-14 18:23:48 +02:00
ad1c063af0 Create a project for demonstrating functions 2024-10-14 18:21:54 +02:00
f98580a681 Create a project for testing variables 2024-10-12 14:03:54 +02:00
21a351914f Handle parsing errors 2024-10-12 00:29:01 +02:00
f7cbc03210 Exit game after correct guess 2024-10-12 00:22:11 +02:00
cab74a2477 Loop the guessing game 2024-10-12 00:21:54 +02:00
5e325d386a Parse and process the user input 2024-10-12 00:17:30 +02:00
04f7b04929 Generate random numbers 2024-10-11 23:51:51 +02:00
fa7d9e460f Create a guessing game 2024-10-11 23:07:22 +02:00
2cba306b8d Create a hello world program in cargo 2024-10-11 21:01:54 +02:00
aa6f71d657 Create a hello world program 2024-10-11 16:04:54 +02:00
ee6bd5e0be Initial commit 2024-10-11 14:02:46 +00:00