diff options
| author | mo8it <mo8it@proton.me> | 2024-07-05 15:38:59 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-05 15:38:59 +0200 |
| commit | 65834fc42012cb6c0412757b830294e9af26549f (patch) | |
| tree | 51abbacbf2192cde3f13d0eab37bd38f44095787 /solutions/quizzes/quiz2.rs | |
| parent | f5a4965de7174e122c5d99ec0a300285d0a0c658 (diff) | |
Improve quizes
Diffstat (limited to 'solutions/quizzes/quiz2.rs')
| -rw-r--r-- | solutions/quizzes/quiz2.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/solutions/quizzes/quiz2.rs b/solutions/quizzes/quiz2.rs index 0d2a513..2f5cc05 100644 --- a/solutions/quizzes/quiz2.rs +++ b/solutions/quizzes/quiz2.rs @@ -1,10 +1,3 @@ -// This is a quiz for the following sections: -// - Strings -// - Vecs -// - Move semantics -// - Modules -// - Enums -// // Let's build a little machine in the form of a function. As input, we're going // to give a list of strings and commands. These commands determine what action // is going to be applied to the string. It can either be: |
