diff --git a/Source.cpp b/Source.cpp index b7cca15..026e363 100644 --- a/Source.cpp +++ b/Source.cpp @@ -9,5 +9,5 @@ int main() { << "A * B = " << a * b << '\n' << "A / B = " << a / b << '\n'; << max(a, b) << '\n'; - + << min(a, b) << '\n'; } \ No newline at end of file