From 4548d9195e991fd7d9be78d174102b50d8c39ed4 Mon Sep 17 00:00:00 2001 From: mdhrn Date: Sun, 27 Jul 2025 09:20:33 +0700 Subject: [PATCH] Just playing around --- hay.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hay.cpp diff --git a/hay.cpp b/hay.cpp new file mode 100644 index 00000000..39097b28 --- /dev/null +++ b/hay.cpp @@ -0,0 +1,7 @@ +#include + +using namespace std; + +int main(){ + cout << "Okay" << endl; +} \ No newline at end of file