From e451a2a6c690629bb85555e55dd0d905fd5e397c Mon Sep 17 00:00:00 2001 From: ZennDev1337 Date: Tue, 5 Mar 2024 09:18:37 +0000 Subject: [PATCH] 2022/day7/src/main.rs aktualisiert --- 2022/day7/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/2022/day7/src/main.rs b/2022/day7/src/main.rs index c4b3b7f..07e6413 100755 --- a/2022/day7/src/main.rs +++ b/2022/day7/src/main.rs @@ -1,3 +1,4 @@ +//not my work #![allow(unused_imports)] use std::{ borrow::BorrowMut,