From 501547474510b062c591d39790b821c910b46e5d Mon Sep 17 00:00:00 2001 From: Fabian Schmidt Date: Sun, 10 Nov 2024 19:51:54 +0100 Subject: [PATCH] refactoring --- y2015/src/days/d13.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/y2015/src/days/d13.rs b/y2015/src/days/d13.rs index adb2b7f..96d45f8 100644 --- a/y2015/src/days/d13.rs +++ b/y2015/src/days/d13.rs @@ -71,11 +71,11 @@ fn permutation(mut people: Vec, nth: usize) -> Result, Box