From 523af9000183c98fdd9c1f51b97b1ac10efd91b2 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Thu, 8 Jul 2021 03:26:18 +0000 Subject: [PATCH] Add 'heyo.cpp' --- heyo.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 heyo.cpp diff --git a/heyo.cpp b/heyo.cpp new file mode 100644 index 0000000..8b1f85c --- /dev/null +++ b/heyo.cpp @@ -0,0 +1,9 @@ + +#include + +int main() +{ + std::cout << "Hello, world! +"; + return 0; +} \ No newline at end of file