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