From 757dfc2b4841d8515b3f8ab1d06fd080104a66b1 Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 1 Oct 2018 13:27:21 -0400 Subject: [PATCH] Update Euler1.cpp --- Euler1.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Euler1.cpp b/Euler1.cpp index 330287d..7400e0e 100644 --- a/Euler1.cpp +++ b/Euler1.cpp @@ -1,3 +1,5 @@ +// Euler1.cpp + #include using namespace std; @@ -10,4 +12,4 @@ int main() { } cout << sum << endl; return 0; -} \ No newline at end of file +}