Cleanup code directory

This commit is contained in:
2025-12-01 17:07:33 +01:00
parent 9c258c38ea
commit 637797e349
6 changed files with 3 additions and 0 deletions

3
2025/Day1/run.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
cat full_input | ./Day1_first.lua
cat full_input | ./Day2_second.lua