diff --git a/Task 1/task1.2.cpp b/Task 1/task1.2.cpp index 82410ad779dd06a23f3965fbfd8f675c47216dec..59c90f9258448f100e713e13c8ea86a169183d45 100644 --- a/Task 1/task1.2.cpp +++ b/Task 1/task1.2.cpp @@ -4,6 +4,10 @@ void foo(){ std::cout << "you called foo" << std::endl; } +int main(){ + +} + func foo: 2 output "you called foo"