Skip to content

Commit a8d20c4

Browse files
committed
add return 0
1 parent d4e689b commit a8d20c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

week01/examples/hello.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ int main()
1414
cout << word << " ";
1515
}
1616
cout << endl;
17+
return 0;
1718
}

0 commit comments

Comments
 (0)