Update comment
This commit is contained in:
@ -23,4 +23,7 @@ int main()
|
||||
int c = difference(10, 7);
|
||||
std::cout << c << std::endl;
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
//This can be compiled adding both files as in
|
||||
//g++ main.cpp side.cpp
|
||||
Reference in New Issue
Block a user