diff --git a/.gitignore b/.gitignore index b66ae99..580a711 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -/.vs \ No newline at end of file +/.vs +/Git/bin +/Git/obj \ No newline at end of file diff --git a/Git/Program.cs b/Git/Program.cs index e4e0d01..2b26579 100644 --- a/Git/Program.cs +++ b/Git/Program.cs @@ -10,6 +10,7 @@ namespace Git { static void Main(string[] args) { + Console.WriteLine("Привет"); } } }