From 8a2ebf6a4fb5467f1b8c36e0dcce3fc995b27c6a Mon Sep 17 00:00:00 2001 From: Fedchin Sergey Date: Wed, 28 Sep 2022 17:50:25 +0300 Subject: [PATCH] One new commit --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36979ae..6b640de 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # myfirst_repository my first rep -This change has a lot of meaning and is totally not useless \ No newline at end of file +This change has a lot of meaning and is totally not useless + +After creating a new branch I wrote some code: + +int main() { + std::cout << a; +} \ No newline at end of file