fixed a typo in algorithm code

This commit is contained in:
Gheiserton 2022-12-03 14:29:51 -05:00
parent e71eb74bab
commit f19c399ba6

View file

@ -2,7 +2,7 @@ Build a function to return the priority int value of the input char, must be cas
Main: Main:
Declare string bagContents Declare string bagContents
Declare int priotiySum Declare int prioritySum
Open input.txt Open input.txt
Start outer loop, continue while file has more contents Start outer loop, continue while file has more contents