From 1dbdc648aad242a141b1df6396fe57c894e3e469 Mon Sep 17 00:00:00 2001 From: Aeryn Van Daele Date: Mon, 2 Dec 2024 21:39:18 +0100 Subject: [PATCH] cleanup --- 01.py => 01/code.py | 0 input01.txt => 01/input01.txt | 0 02.py => 02/code.py | 0 input02.txt => 02/input02.txt | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename 01.py => 01/code.py (100%) rename input01.txt => 01/input01.txt (100%) rename 02.py => 02/code.py (100%) rename input02.txt => 02/input02.txt (100%) diff --git a/01.py b/01/code.py similarity index 100% rename from 01.py rename to 01/code.py diff --git a/input01.txt b/01/input01.txt similarity index 100% rename from input01.txt rename to 01/input01.txt diff --git a/02.py b/02/code.py similarity index 100% rename from 02.py rename to 02/code.py diff --git a/input02.txt b/02/input02.txt similarity index 100% rename from input02.txt rename to 02/input02.txt