From 6d39ca5d8bf48afccacd1678aed61097f2e81388 Mon Sep 17 00:00:00 2001 From: Owl-sleeping Date: Mon, 31 Aug 2026 17:05:27 +0900 Subject: [PATCH] Add hello --- hello.C++ | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello.C++ diff --git a/hello.C++ b/hello.C++ new file mode 100644 index 0000000..cd9d219 --- /dev/null +++ b/hello.C++ @@ -0,0 +1,6 @@ +#include + +int main() { + cout << "こんにちは" << endl; + return 0; +} \ No newline at end of file