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