From 6f6a026f5f7c287dc52b26c55cd852f157ea0b3b Mon Sep 17 00:00:00 2001 From: Lev Date: Tue, 13 Apr 2021 15:00:14 -0500 Subject: [PATCH] Update comment --- CM2005 Object Oriented Programming/Topic 1/1.7.1/main.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CM2005 Object Oriented Programming/Topic 1/1.7.1/main.cpp b/CM2005 Object Oriented Programming/Topic 1/1.7.1/main.cpp index ecdd45d..5474ae9 100644 --- a/CM2005 Object Oriented Programming/Topic 1/1.7.1/main.cpp +++ b/CM2005 Object Oriented Programming/Topic 1/1.7.1/main.cpp @@ -23,4 +23,7 @@ int main() int c = difference(10, 7); std::cout << c << std::endl; return 0; -} \ No newline at end of file +} + +//This can be compiled adding both files as in +//g++ main.cpp side.cpp \ No newline at end of file