fixed a typo in algorithm code
This commit is contained in:
parent
e71eb74bab
commit
f19c399ba6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue