From e5b78cc9029d9c3651b5eb308ed9799f873f6ee8 Mon Sep 17 00:00:00 2001 From: Ilya Date: Sun, 22 Feb 2026 13:51:51 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20main.cpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit big move --- main.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 main.cpp diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..b1d636f --- /dev/null +++ b/main.cpp @@ -0,0 +1,8 @@ +#include + +void main (void) +{ + + + return; +} \ No newline at end of file -- 2.49.1