Skip to content
Snippets Groups Projects
Commit 70e479a5 authored by Francois Keith's avatar Francois Keith
Browse files

Add the missing "int" in "int main (void)"

parent cd217905
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ void MyEntity::display(std::ostream& os ) const {
os << "Hello! My name is " << getName() << " !" << endl;
}
main() {
int main() {
MyEntity myEntity("MyEntity");
cout << "-- Pool.list" << endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment