бла бла бла

This commit is contained in:
Name Surname 2025-02-24 11:23:56 +03:00
parent ff6c04df8f
commit 4cd59560e3
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
/.vs /.vs
/bin
/obj

View File

@ -10,7 +10,7 @@ namespace SimKons
{ {
static void Main(string[] args) static void Main(string[] args)
{ {
Console.WriteLine("HELLO");
} }
} }
} }