From 4bd972cfc3474bc3cda946656465dae00453d790 Mon Sep 17 00:00:00 2001 From: "Lexa (KulakovaAY)" Date: Fri, 4 Apr 2025 13:00:02 +0300 Subject: [PATCH] =?UTF-8?q?code:=20=D0=BD=D0=BE=D0=B2=D1=8B=D0=B9=20=D0=B4?= =?UTF-8?q?=D0=BE=D0=BA=D1=83=D0=BC=D0=B5=D0=BD=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- text/text.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 text/text.txt diff --git a/text/text.txt b/text/text.txt new file mode 100644 index 0000000..9e2ed2e --- /dev/null +++ b/text/text.txt @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main() +{ + cout << "String1" << endl; + return 0; +}