From 65834fc42012cb6c0412757b830294e9af26549f Mon Sep 17 00:00:00 2001 From: mo8it Date: Fri, 5 Jul 2024 15:38:59 +0200 Subject: Improve quizes --- solutions/quizzes/quiz2.rs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'solutions/quizzes/quiz2.rs') 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: -- cgit v1.2.3