From 811be315bce04e0e7f885be8a26be70a219e1521 Mon Sep 17 00:00:00 2001 From: Pavel Poryvai <42907367+Pavel377dq@users.noreply.github.com> Date: Mon, 31 Aug 2020 23:38:09 +0300 Subject: [PATCH] Commit with Windows --- Poryvai_lw1/Source.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Poryvai_lw1/Source.cpp diff --git a/Poryvai_lw1/Source.cpp b/Poryvai_lw1/Source.cpp new file mode 100644 index 0000000..43e0ee1 --- /dev/null +++ b/Poryvai_lw1/Source.cpp @@ -0,0 +1,7 @@ +#include "Source.h" + +int sum(int a, int b) { + + return a + b +1 + 1; + +} \ No newline at end of file