Skip to content

Commit fe6395a

Browse files
committed
Added error to main
1 parent fb2438a commit fe6395a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ using std::cout;
77

88
int main()
99
{
10-
cout << "THE FIRST EXAMPLE MATH DISPLAY!\n";
10+
cout << "THE FIRST EXAMPLE MATH DISPLAY!\n"
1111
cout << "Hi, please enter two whole numbers: ";
1212

1313
int x,y;

0 commit comments

Comments
 (0)