i write hello

This commit is contained in:
Klochkov Nikita 2025-02-24 11:27:07 +03:00
parent 611ba2cd90
commit 1ebb154467
4 changed files with 3 additions and 2 deletions

4
.gitignore vendored
View File

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

Binary file not shown.

View File

@ -10,6 +10,7 @@ namespace GitBasTest
{
static void Main(string[] args)
{
Console.WriteLine("Hello World");
}
}
}