This commit is contained in:
Пупсинь 2025-02-24 11:26:17 +03:00
parent 462ed3fcdc
commit dc6327567d
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

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

View File

@ -10,6 +10,7 @@ namespace Git
{
static void Main(string[] args)
{
Console.WriteLine("Привет");
}
}
}