From f7442ecc7026b3086515fd49645af655ee51039f Mon Sep 17 00:00:00 2001 From: "Varvara (ZeninaVA)" Date: Sat, 3 May 2025 13:31:39 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=BD=D0=B0=D1=87=D0=B0=D0=BB=D1=8C?= =?UTF-8?q?=D0=BD=D1=8B=D0=B5=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lab1.cbp | 40 ++++++++++++++++++++++++++++++++++++++++ main.cpp | 9 +++++++++ 2 files changed, 49 insertions(+) create mode 100644 lab1.cbp create mode 100644 main.cpp diff --git a/lab1.cbp b/lab1.cbp new file mode 100644 index 0000000..a01ffa6 --- /dev/null +++ b/lab1.cbp @@ -0,0 +1,40 @@ + + + + + + diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..b4392ec --- /dev/null +++ b/main.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main() +{ + cout << "Hello world!" << endl; + return 0; +}