From 44db8e244c12fd38b5573844f628b564d969ebf3 Mon Sep 17 00:00:00 2001 From: setday <32331578+setday@users.noreply.github.com> Date: Wed, 28 Sep 2022 17:54:01 +0300 Subject: [PATCH] added new branch --- README.md | 20 ++++++++++++++++++++ main.cpp | 5 +++++ 2 files changed, 25 insertions(+) create mode 100644 main.cpp diff --git a/README.md b/README.md index 35b913f..92b876f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ This is first excrercise So, this file has no usefull information. + +Added new brach!!! This is also totaly useless. + + + + + + + + + + + + + + + + + +Some secret. diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..c739fe2 --- /dev/null +++ b/main.cpp @@ -0,0 +1,5 @@ +int main() { + int n; + + return 0; +} -- 2.36.2