From 5b61c418c565cbd1e9a5fd91e10774346dd05c2a Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Thu, 10 Jun 2021 19:03:07 -0400 Subject: [PATCH] Move everything down a dir --- checkbit.cpp => CheckBit/checkbit.cpp | 0 makefile => CheckBit/makefile | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename checkbit.cpp => CheckBit/checkbit.cpp (100%) rename makefile => CheckBit/makefile (100%) diff --git a/checkbit.cpp b/CheckBit/checkbit.cpp similarity index 100% rename from checkbit.cpp rename to CheckBit/checkbit.cpp diff --git a/makefile b/CheckBit/makefile similarity index 100% rename from makefile rename to CheckBit/makefile