Skip to content

Commit 82f1344

Browse files
Update HypeEm.cpp
1 parent d4e55c4 commit 82f1344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1.0/HypeEm.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ void hangmanGame() {
125125
}
126126

127127
int main() {
128-
printf("===| HypeEm 1.0 Build Diamond|===\n");
128+
printf("===| HypeEm 1.0 Build Diamond (Main Shell)|===\n");
129129

130130
while (true) {
131131
std::string command;
@@ -147,7 +147,7 @@ int main() {
147147
printf("wordcount: Counts words in entered text\n");
148148
printf("proofread: Proofreads entered text\n");
149149
printf("hangman: Play a text-based Hangman game\n");
150-
printf("CPU and RAM programs are available via Python\n");
150+
printf("File Explorer, CPU and RAM programs are available as Python apps\n");
151151
} else if (command == "cal") {
152152
calculator();
153153
} else if (command == "cls") {

0 commit comments

Comments
 (0)