rename, cleanup, improve makefile
[advent21.git] / 01b.c
diff --git a/01.c b/01b.c
similarity index 91%
rename from 01.c
rename to 01b.c
index b667be8..23e0821 100644 (file)
--- a/01.c
+++ b/01b.c
@@ -26,9 +26,6 @@ int one(int winsize)
 
 int main(void)
 {
-       //For a
-       //printf("%d\n", one(1));
-       //For b
        printf("%d\n", one(3));
        return 0;
 }