Skip to content

Commit b78bf65

Browse files
Merge pull request #57 from Pip-Install-Party/officiablake-develop
fix menu
2 parents a6c5d62 + 4a7dfc0 commit b78bf65

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

main.cpp

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -258,23 +258,23 @@ int main() {
258258
#endif
259259

260260
// Common introduction message
261-
displayMessage("**********************************************************************************************\n"
262-
"* *\n"
263-
"* C Interpreter *\n"
264-
"* *\n"
265-
"* A Project By Blake Marshall, Brandon Robinson, Holden Ea, Jacob Sellers, & Rolando Yax. *\n"
266-
"* Completed To Satisfy The Final Project of CS460 At Sonoma State University In Fall 2024. *\n"
267-
"* *\n"
268-
"* *\n"
269-
"* This Program Acts As An Interpreter For The C Language And Was Built Over The Course Of *\n"
270-
"* Six Stages. Each Of These Components Are Testable And Can Be Selected Individially From *\n"
271-
"* The Following Page. *\n"
272-
"* *\n"
273-
"* *\n"
274-
"* Great things are done by a series of small things brought together. *\n"
275-
"* -Vincent van Gogh *\n"
276-
"* *\n"
277-
"**********************************************************************************************\n"
261+
displayMessage("***********************************************************************************************\n"
262+
"* *\n"
263+
"* BNF Interpreter *\n"
264+
"* *\n"
265+
"* A Project By Blake Marshall, Brandon Robinson, Holden Ea, Jacob Sellers, & Rolando Yax. *\n"
266+
"* Completed To Satisfy The Final Project of CS460 At Sonoma State University In Fall 2024. *\n"
267+
"* *\n"
268+
"* *\n"
269+
"* This Program Acts As An Interpreter For Code In Backus-Naur Form (BNF) And Was Built *\n"
270+
"* Over Six Stages. Each Of These Components Are Testable And Can Be Selected Individially *\n"
271+
"* From The Following Page. *\n"
272+
"* *\n"
273+
"* *\n"
274+
"* Great things are done by a series of small things brought together. *\n"
275+
"* -Vincent van Gogh *\n"
276+
"* *\n"
277+
"***********************************************************************************************\n"
278278
"\nPress any key to continue. . .");
279279

280280
waitForInput(); // Wait for user input

0 commit comments

Comments
 (0)