From 8fe274116c2f6042a173a85b5bced7bd6e738bc8 Mon Sep 17 00:00:00 2001 From: Marcus Penate Date: Wed, 7 Dec 2022 18:15:02 -0500 Subject: [PATCH] Fixed readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3da1c6..cf688d6 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ Advent of Code for 2022 # Branch format -Uploading code files at partX.cpp in each day's folder. Compile the part with `g++ partX.cpp -o partX`. Download your input file as `inptuX` and run the program with `./partX < inputX`. \ No newline at end of file +Uploading code files at partX.cpp in each day's folder. Compile the part with `g++ partX.cpp -o partX`. Download your input file as `inputX` and run the program with `./partX < inputX`. \ No newline at end of file