From 57fc57ecc40f879a3ccb637a5f420a1e0a655eab Mon Sep 17 00:00:00 2001 From: omagdy Date: Sun, 8 Dec 2024 15:27:42 +0200 Subject: commiting to fix git shennanings probably because persmssions changed --- 2022/Rust/input/day1.test | 0 2022/Rust/input/day10.prod | 0 2022/Rust/input/day10.test | 0 2022/Rust/input/day11.prod | 0 2022/Rust/input/day11.test | 0 2022/Rust/input/day12.prod | 0 2022/Rust/input/day12.test | 0 2022/Rust/input/day13.prod | 0 2022/Rust/input/day13.test | 0 2022/Rust/input/day2.prod | 0 2022/Rust/input/day2.test | 0 2022/Rust/input/day3.test | 0 2022/Rust/input/day8.prod | 0 2022/Rust/input/day8.test | 0 2022/Rust/input/day9.prod | 0 2022/Rust/input/day9.test | 0 2022/Rust/input/day9_2.test | 0 2022/Rust/src/day10.rs | 0 2022/Rust/src/day11.rs | 0 2022/Rust/src/day12.rs | 0 2022/Rust/src/day13.rs | 0 2022/Rust/src/day14.rs | 0 2022/Rust/src/day8.rs | 0 2022/Rust/src/day9.rs | 0 24 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 2022/Rust/input/day1.test mode change 100644 => 100755 2022/Rust/input/day10.prod mode change 100644 => 100755 2022/Rust/input/day10.test mode change 100644 => 100755 2022/Rust/input/day11.prod mode change 100644 => 100755 2022/Rust/input/day11.test mode change 100644 => 100755 2022/Rust/input/day12.prod mode change 100644 => 100755 2022/Rust/input/day12.test mode change 100644 => 100755 2022/Rust/input/day13.prod mode change 100644 => 100755 2022/Rust/input/day13.test mode change 100644 => 100755 2022/Rust/input/day2.prod mode change 100644 => 100755 2022/Rust/input/day2.test mode change 100644 => 100755 2022/Rust/input/day3.test mode change 100644 => 100755 2022/Rust/input/day8.prod mode change 100644 => 100755 2022/Rust/input/day8.test mode change 100644 => 100755 2022/Rust/input/day9.prod mode change 100644 => 100755 2022/Rust/input/day9.test mode change 100644 => 100755 2022/Rust/input/day9_2.test mode change 100644 => 100755 2022/Rust/src/day10.rs mode change 100644 => 100755 2022/Rust/src/day11.rs mode change 100644 => 100755 2022/Rust/src/day12.rs mode change 100644 => 100755 2022/Rust/src/day13.rs mode change 100644 => 100755 2022/Rust/src/day14.rs mode change 100644 => 100755 2022/Rust/src/day8.rs mode change 100644 => 100755 2022/Rust/src/day9.rs (limited to '2022') diff --git a/2022/Rust/input/day1.test b/2022/Rust/input/day1.test old mode 100644 new mode 100755 diff --git a/2022/Rust/input/day10.prod b/2022/Rust/input/day10.prod old mode 100644 new mode 100755 diff --git a/2022/Rust/input/day10.test b/2022/Rust/input/day10.test old mode 100644 new mode 100755 diff --git a/2022/Rust/input/day11.prod b/2022/Rust/input/day11.prod old mode 100644 new mode 100755 diff --git a/2022/Rust/input/day11.test b/2022/Rust/input/day11.test old mode 100644 new mode 100755 diff --git a/2022/Rust/input/day12.prod b/2022/Rust/input/day12.prod old mode 100644 new mode 100755 diff --git a/2022/Rust/input/day12.test b/2022/Rust/input/day12.test old mode 100644 new mode 100755 diff --git a/2022/Rust/input/day13.prod b/2022/Rust/input/day13.prod old mode 100644 new mode 100755 diff --git a/2022/Rust/input/day13.test b/2022/Rust/input/day13.test old mode 100644 new mode 100755 diff --git a/2022/Rust/input/day2.prod b/2022/Rust/input/day2.prod old mode 100644 new mode 100755 diff --git a/2022/Rust/input/day2.test b/2022/Rust/input/day2.test old mode 100644 new mode 100755 diff --git a/2022/Rust/input/day3.test b/2022/Rust/input/day3.test old mode 100644 new mode 100755 diff --git a/2022/Rust/input/day8.prod b/2022/Rust/input/day8.prod old mode 100644 new mode 100755 diff --git a/2022/Rust/input/day8.test b/2022/Rust/input/day8.test old mode 100644 new mode 100755 diff --git a/2022/Rust/input/day9.prod b/2022/Rust/input/day9.prod old mode 100644 new mode 100755 diff --git a/2022/Rust/input/day9.test b/2022/Rust/input/day9.test old mode 100644 new mode 100755 diff --git a/2022/Rust/input/day9_2.test b/2022/Rust/input/day9_2.test old mode 100644 new mode 100755 diff --git a/2022/Rust/src/day10.rs b/2022/Rust/src/day10.rs old mode 100644 new mode 100755 diff --git a/2022/Rust/src/day11.rs b/2022/Rust/src/day11.rs old mode 100644 new mode 100755 diff --git a/2022/Rust/src/day12.rs b/2022/Rust/src/day12.rs old mode 100644 new mode 100755 diff --git a/2022/Rust/src/day13.rs b/2022/Rust/src/day13.rs old mode 100644 new mode 100755 diff --git a/2022/Rust/src/day14.rs b/2022/Rust/src/day14.rs old mode 100644 new mode 100755 diff --git a/2022/Rust/src/day8.rs b/2022/Rust/src/day8.rs old mode 100644 new mode 100755 diff --git a/2022/Rust/src/day9.rs b/2022/Rust/src/day9.rs old mode 100644 new mode 100755 -- cgit v1.2.3