This commit is contained in:
Leontev Igor 2025-02-24 11:26:55 +03:00
parent 3f8b72b14a
commit c1c77f523a
7 changed files with 6 additions and 3 deletions

View File

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

Binary file not shown.

View File

@ -76,7 +76,7 @@
"RelativeDocumentMoniker": "ConsoleGit\\Program.cs", "RelativeDocumentMoniker": "ConsoleGit\\Program.cs",
"ToolTip": "D:\\\u0418\u043F207\u041A\\ConsoleGit\\ConsoleGit\\Program.cs", "ToolTip": "D:\\\u0418\u043F207\u041A\\ConsoleGit\\ConsoleGit\\Program.cs",
"RelativeToolTip": "ConsoleGit\\Program.cs", "RelativeToolTip": "ConsoleGit\\Program.cs",
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAwAAAAYAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2025-02-24T07:38:19.739Z", "WhenOpened": "2025-02-24T07:38:19.739Z",
"EditorCaption": "" "EditorCaption": ""

View File

@ -76,7 +76,7 @@
"RelativeDocumentMoniker": "ConsoleGit\\Program.cs", "RelativeDocumentMoniker": "ConsoleGit\\Program.cs",
"ToolTip": "D:\\\u0418\u043F207\u041A\\ConsoleGit\\ConsoleGit\\Program.cs", "ToolTip": "D:\\\u0418\u043F207\u041A\\ConsoleGit\\ConsoleGit\\Program.cs",
"RelativeToolTip": "ConsoleGit\\Program.cs", "RelativeToolTip": "ConsoleGit\\Program.cs",
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", "ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2025-02-24T07:38:19.739Z", "WhenOpened": "2025-02-24T07:38:19.739Z",
"EditorCaption": "" "EditorCaption": ""

View File

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