From da08171e0c65e278feeb8393b5a8f7e79ea491c9 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 25 Aug 2019 23:04:24 -0400 Subject: at page 3.6 Improved the makefile for multifile project, including header files. --- helloworld.cpp | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 helloworld.cpp (limited to 'helloworld.cpp') diff --git a/helloworld.cpp b/helloworld.cpp deleted file mode 100644 index 8474a1e..0000000 --- a/helloworld.cpp +++ /dev/null @@ -1,12 +0,0 @@ -#include - -int return5() -{ - return 5 ; -} - -int main() { - //int x { }, y { } ; - std::cout << return5() << '\n' ; - return 0 ; -} -- cgit