diff options
| author | Zendril <kenneth.s.brooks@gmail.com> | 2025-02-04 21:14:41 -0500 |
|---|---|---|
| committer | Zendril <kenneth.s.brooks@gmail.com> | 2025-02-04 21:14:41 -0500 |
| commit | 0903c5927b58f0ca166ee86c458de44fcf4234d6 (patch) | |
| tree | 733de9d5304b51bffcb862b260ada2f317e1eb91 /build.zig | |
| parent | 8e6a52d5a6c9d0de356113494390a9d888d8ee1a (diff) | |
cleanup for PR
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |
