From a441380747e497a7d23d67858a30f5baba899b3b Mon Sep 17 00:00:00 2001 From: Val Date: Mon, 12 Dec 2022 00:55:08 -0600 Subject: [PATCH] Move St. John's --- 22-Churchill/churchill.c | 4 ++-- {23-St. John's => 24-St. John's}/notes.md | 0 {23-St. John's => 24-St. John's}/stjohns-crack.py | 0 {23-St. John's => 24-St. John's}/stjohns.c | 0 {23-St. John's => 24-St. John's}/stjohns.txt | 0 5 files changed, 2 insertions(+), 2 deletions(-) rename {23-St. John's => 24-St. John's}/notes.md (100%) rename {23-St. John's => 24-St. John's}/stjohns-crack.py (100%) rename {23-St. John's => 24-St. John's}/stjohns.c (100%) rename {23-St. John's => 24-St. John's}/stjohns.txt (100%) 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