From 7fb69d09f50e36402c3c115f5a92742397246172 Mon Sep 17 00:00:00 2001 From: Nicolas Flamel Date: Wed, 20 Apr 2016 11:20:25 +0200 Subject: [PATCH 1/3] Create epic.cpp a piece of awesome --- epic.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 epic.cpp diff --git a/epic.cpp b/epic.cpp new file mode 100644 index 0000000..25eb244 --- /dev/null +++ b/epic.cpp @@ -0,0 +1,7 @@ +#include +using namespace std; + +int main() +{ + printf("\n\nGithub is quite cool!\n\n); +} From 35c0267cc1bfad4e3b8a1ff71e64bf97c336f9bf Mon Sep 17 00:00:00 2001 From: Nicolas Flamel Date: Wed, 20 Apr 2016 11:21:37 +0200 Subject: [PATCH 2/3] Update epic.cpp dash error fixed --- epic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epic.cpp b/epic.cpp index 25eb244..76edf3a 100644 --- a/epic.cpp +++ b/epic.cpp @@ -3,5 +3,5 @@ using namespace std; int main() { - printf("\n\nGithub is quite cool!\n\n); + printf("\n\nGithub is quite cool!\n\n"); } From 1e63bc05c409550b082bc465e28e16be7bdf03fd Mon Sep 17 00:00:00 2001 From: Nicolas Flamel Date: Wed, 20 Apr 2016 11:22:01 +0200 Subject: [PATCH 3/3] Update epic.cpp added return --- epic.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/epic.cpp b/epic.cpp index 76edf3a..8c3353a 100644 --- a/epic.cpp +++ b/epic.cpp @@ -4,4 +4,5 @@ using namespace std; int main() { printf("\n\nGithub is quite cool!\n\n"); + return 0; }