Commit graph

27 commits

Author SHA1 Message Date
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