a gleam implementation of a CS assignment originally written in cpp

bug: fix assignment not equals

Changed files
+1 -1
src
+1 -1
src/lab66.cpp
···
for (int i = 0; i < book.length(); i++)
normalizedBook += toupper(book[i]);
if (normalizedBook == "PSALMS")
-
normalizedBook == "PSALM";
+
normalizedBook = "PSALM";
cout << "the chapter: ";
cin >> chapter;