From c1647fdcbc3e50bf403cce8db5790e3d417bb531 Mon Sep 17 00:00:00 2001 From: Julian Hurst Date: Tue, 17 Sep 2024 10:57:07 +0200 Subject: Reorder option variables --- rng.ha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rng.ha b/rng.ha index 1b940e7..93405b4 100644 --- a/rng.ha +++ b/rng.ha @@ -19,9 +19,9 @@ export fn main() void = { let nb = 6z; let max = 110u32; + let sep = "\n"; let dosort = false; let nodups = false; - let sep = "\n"; for (let opt .. cmd.opts) { switch (opt.0) { case 'n' => -- cgit v1.2.3