From f19c399ba63767b0ff5a97b1fd6108882b062fe1 Mon Sep 17 00:00:00 2001 From: Gheiserton Date: Sat, 3 Dec 2022 14:29:51 -0500 Subject: [PATCH] fixed a typo in algorithm code --- 2022/day03/day03_algo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2022/day03/day03_algo.txt b/2022/day03/day03_algo.txt index 756567d..645d51e 100644 --- a/2022/day03/day03_algo.txt +++ b/2022/day03/day03_algo.txt @@ -2,7 +2,7 @@ Build a function to return the priority int value of the input char, must be cas Main: Declare string bagContents -Declare int priotiySum +Declare int prioritySum Open input.txt Start outer loop, continue while file has more contents