From 5d3d100d4f4ef1b7a8ec93edb5ebdaf98f5413a6 Mon Sep 17 00:00:00 2001 From: Jaime9070 Date: Sun, 3 Dec 2023 13:37:59 +0100 Subject: [PATCH] Added .txt so relative paths can be used in the application --- CSharp/AdventOfCode/RandomFiles/calibraciones.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 CSharp/AdventOfCode/RandomFiles/calibraciones.txt diff --git a/CSharp/AdventOfCode/RandomFiles/calibraciones.txt b/CSharp/AdventOfCode/RandomFiles/calibraciones.txt new file mode 100644 index 0000000..1ba8437 --- /dev/null +++ b/CSharp/AdventOfCode/RandomFiles/calibraciones.txt @@ -0,0 +1,4 @@ +1abc2 +pqr3stu8vwx +a1b2c3d4e5f +treb7uchet \ No newline at end of file