From 2593ead6fab7704d7d5bff070b06535f0f196341 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 18 Dec 2018 09:49:45 +0000 Subject: [PATCH] First! --- main.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 main.cpp diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..e1753a1 --- /dev/null +++ b/main.cpp @@ -0,0 +1,8 @@ +#include "print_two.h" + +int main() +{ + print_two( 1, 2 ); + + return 0; +} \ No newline at end of file