From 534452f74d585428be56fc23950826ac0111ad88 Mon Sep 17 00:00:00 2001 From: 23_NovikovAD <23_NovikovAD@iux.local> Date: Wed, 11 Mar 2026 20:58:18 +0300 Subject: [PATCH] Upload files to "/" --- first.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 first.cpp diff --git a/first.cpp b/first.cpp new file mode 100644 index 0000000..e39185f --- /dev/null +++ b/first.cpp @@ -0,0 +1,8 @@ +#include + +using namespace std; + +int main() +{ + cout << "hello world!" << endl; +}