From dff19877162199963210ee0d3795976cefdef03f Mon Sep 17 00:00:00 2001 From: root Date: Tue, 27 Sep 2022 17:20:44 +0300 Subject: [PATCH] add meow --- main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 main.cpp diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..3bcfa84 --- /dev/null +++ b/main.cpp @@ -0,0 +1,6 @@ +#include + +int main() { + std::cout << "Meow!\n"; + return 0; +} \ No newline at end of file -- 2.36.2