diff --git a/.vs/ConsoleGit/FileContentIndex/6572d657-4735-4ff0-9a02-9fa44f4a2a53.vsidx b/.vs/ConsoleGit/FileContentIndex/6572d657-4735-4ff0-9a02-9fa44f4a2a53.vsidx deleted file mode 100644 index e5a84bd..0000000 Binary files a/.vs/ConsoleGit/FileContentIndex/6572d657-4735-4ff0-9a02-9fa44f4a2a53.vsidx and /dev/null differ diff --git a/.vs/ConsoleGit/v17/DocumentLayout.backup.json b/.vs/ConsoleGit/v17/DocumentLayout.backup.json index 3299a5c..9c3b58a 100644 --- a/.vs/ConsoleGit/v17/DocumentLayout.backup.json +++ b/.vs/ConsoleGit/v17/DocumentLayout.backup.json @@ -82,12 +82,17 @@ "Name": "ST:129:0:{1fc202d4-d401-403c-9834-5b218574bb67}" }, { - "$type": "Bookmark", - "Name": "ST:0:0:{1c4feeaa-4718-4aa9-859d-94ce25d182ba}" - }, - { - "$type": "Bookmark", - "Name": "ST:0:0:{1c64b9c2-e352-428e-a56d-0ace190b99a6}" + "$type": "Document", + "DocumentIndex": 0, + "Title": "Program.cs", + "DocumentMoniker": "D:\\\u0418\u043F207\u041A\\ConsoleGit\\ConsoleGit\\Program.cs", + "RelativeDocumentMoniker": "ConsoleGit\\Program.cs", + "ToolTip": "D:\\\u0418\u043F207\u041A\\ConsoleGit\\ConsoleGit\\Program.cs", + "RelativeToolTip": "ConsoleGit\\Program.cs", + "ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAA==", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", + "WhenOpened": "2025-02-24T07:38:19.739Z", + "EditorCaption": "" } ] }, diff --git a/.vs/ConsoleGit/v17/DocumentLayout.json b/.vs/ConsoleGit/v17/DocumentLayout.json index 5474107..41dc169 100644 --- a/.vs/ConsoleGit/v17/DocumentLayout.json +++ b/.vs/ConsoleGit/v17/DocumentLayout.json @@ -80,7 +80,7 @@ "RelativeDocumentMoniker": "ConsoleGit\\Program.cs", "ToolTip": "D:\\\u0418\u043F207\u041A\\ConsoleGit\\ConsoleGit\\Program.cs", "RelativeToolTip": "ConsoleGit\\Program.cs", - "ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAA==", + "ViewState": "AgIAAAAAAAAAAAAAAAAAAAoAAAAZAAAAAAAAAA==", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", "WhenOpened": "2025-02-24T07:38:19.739Z", "EditorCaption": "" diff --git a/ConsoleGit/Program.cs b/ConsoleGit/Program.cs index 5a7f7c0..4b8d4a7 100644 --- a/ConsoleGit/Program.cs +++ b/ConsoleGit/Program.cs @@ -11,6 +11,7 @@ namespace ConsoleGit static void Main(string[] args) { Console.WriteLine("Hi"); + Console.WriteLine("Lolik and Bobik"); } } }