From d2dced193d095e5758b1b51fcc7287b9e74a33d1 Mon Sep 17 00:00:00 2001 From: icaema Date: Sat, 2 Dec 2023 23:07:22 -0500 Subject: [PATCH] Rename template folder --- {template-c-stdin-lines => template-day}/Makefile | 0 {template-c-stdin-lines => template-day}/data/p01data.txt | 0 {template-c-stdin-lines => template-day}/data/p01test.txt | 0 {template-c-stdin-lines => template-day}/data/p02data.txt | 0 {template-c-stdin-lines => template-day}/data/p02test.txt | 0 {template-c-stdin-lines => template-day}/src/part01.c | 0 {template-c-stdin-lines => template-day}/src/part01.py | 0 {template-c-stdin-lines => template-day}/src/part02.c | 0 {template-c-stdin-lines => template-day}/src/part02.py | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {template-c-stdin-lines => template-day}/Makefile (100%) rename {template-c-stdin-lines => template-day}/data/p01data.txt (100%) rename {template-c-stdin-lines => template-day}/data/p01test.txt (100%) rename {template-c-stdin-lines => template-day}/data/p02data.txt (100%) rename {template-c-stdin-lines => template-day}/data/p02test.txt (100%) rename {template-c-stdin-lines => template-day}/src/part01.c (100%) rename {template-c-stdin-lines => template-day}/src/part01.py (100%) rename {template-c-stdin-lines => template-day}/src/part02.c (100%) rename {template-c-stdin-lines => template-day}/src/part02.py (100%) diff --git a/template-c-stdin-lines/Makefile b/template-day/Makefile similarity index 100% rename from template-c-stdin-lines/Makefile rename to template-day/Makefile diff --git a/template-c-stdin-lines/data/p01data.txt b/template-day/data/p01data.txt similarity index 100% rename from template-c-stdin-lines/data/p01data.txt rename to template-day/data/p01data.txt diff --git a/template-c-stdin-lines/data/p01test.txt b/template-day/data/p01test.txt similarity index 100% rename from template-c-stdin-lines/data/p01test.txt rename to template-day/data/p01test.txt diff --git a/template-c-stdin-lines/data/p02data.txt b/template-day/data/p02data.txt similarity index 100% rename from template-c-stdin-lines/data/p02data.txt rename to template-day/data/p02data.txt diff --git a/template-c-stdin-lines/data/p02test.txt b/template-day/data/p02test.txt similarity index 100% rename from template-c-stdin-lines/data/p02test.txt rename to template-day/data/p02test.txt diff --git a/template-c-stdin-lines/src/part01.c b/template-day/src/part01.c similarity index 100% rename from template-c-stdin-lines/src/part01.c rename to template-day/src/part01.c diff --git a/template-c-stdin-lines/src/part01.py b/template-day/src/part01.py similarity index 100% rename from template-c-stdin-lines/src/part01.py rename to template-day/src/part01.py diff --git a/template-c-stdin-lines/src/part02.c b/template-day/src/part02.c similarity index 100% rename from template-c-stdin-lines/src/part02.c rename to template-day/src/part02.c diff --git a/template-c-stdin-lines/src/part02.py b/template-day/src/part02.py similarity index 100% rename from template-c-stdin-lines/src/part02.py rename to template-day/src/part02.py