From 4cd59560e36310474411eabbecdda2686a25b164 Mon Sep 17 00:00:00 2001 From: Name Surname Date: Mon, 24 Feb 2025 11:23:56 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B1=D0=BB=D0=B0=20=D0=B1=D0=BB=D0=B0=20?= =?UTF-8?q?=D0=B1=D0=BB=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- Program.cs | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b66ae99..5df6da6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -/.vs \ No newline at end of file +/.vs +/bin +/obj \ No newline at end of file diff --git a/Program.cs b/Program.cs index 4e9aac3..57e9547 100644 --- a/Program.cs +++ b/Program.cs @@ -10,7 +10,7 @@ namespace SimKons { static void Main(string[] args) { - + Console.WriteLine("HELLO"); } } }