diff --git a/22-Churchill/churchill.c b/22-Churchill/churchill.c index dbc8d4e..b06f0e1 100644 --- a/22-Churchill/churchill.c +++ b/22-Churchill/churchill.c @@ -1,7 +1,7 @@ // uC includes -#include "../io.c" -#include "../lib.c" +#include "../common/io.c" +#include "../common/lib.c" int main () { char signature_buffer[64]; // >=> sp diff --git a/23-St. John's/notes.md b/24-St. John's/notes.md similarity index 100% rename from 23-St. John's/notes.md rename to 24-St. John's/notes.md diff --git a/23-St. John's/stjohns-crack.py b/24-St. John's/stjohns-crack.py similarity index 100% rename from 23-St. John's/stjohns-crack.py rename to 24-St. John's/stjohns-crack.py diff --git a/23-St. John's/stjohns.c b/24-St. John's/stjohns.c similarity index 100% rename from 23-St. John's/stjohns.c rename to 24-St. John's/stjohns.c diff --git a/23-St. John's/stjohns.txt b/24-St. John's/stjohns.txt similarity index 100% rename from 23-St. John's/stjohns.txt rename to 24-St. John's/stjohns.txt