From 8df1342231349ef554aca1d0e608ec798702c39a Mon Sep 17 00:00:00 2001 From: cat Date: Wed, 18 Jun 2025 00:47:25 +0300 Subject: [PATCH] Testing files on the git --- main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.cpp b/main.cpp index e69de29..74e7474 100644 --- a/main.cpp +++ b/main.cpp @@ -0,0 +1,3 @@ +#include + +int main(int argc, char **argv) { std::cout << "hi\n"; }