From 0903c5927b58f0ca166ee86c458de44fcf4234d6 Mon Sep 17 00:00:00 2001 From: Zendril Date: Tue, 4 Feb 2025 21:14:41 -0500 Subject: [PATCH] cleanup for PR --- build.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/build.zig b/build.zig index 2bc948b..40a2d47 100644 --- a/build.zig +++ b/build.zig @@ -162,7 +162,6 @@ pub fn build(b: *Build) !void { const exno: ?usize = b.option(usize, "n", "Select exercise"); const rand: ?bool = b.option(bool, "random", "Select random exercise"); const start: ?usize = b.option(usize, "s", "Start at exercise"); - // flag to reset the exercise progress const reset: ?bool = b.option(bool, "reset", "Reset exercise progress"); const sep = std.fs.path.sep_str;