From 8f397fda85d8efa73c8527d7c0a63a9b35a05ddb Mon Sep 17 00:00:00 2001 From: Lika Date: Wed, 26 Feb 2025 09:41:51 +0300 Subject: [PATCH] Oll --- .vs/ConsoleGit/v17/.suo | Bin 42496 -> 45056 bytes .vs/ConsoleGit/v17/DocumentLayout.backup.json | 2 +- .vs/ConsoleGit/v17/DocumentLayout.json | 8 ++++++-- ConsoleGit/Program.cs | 1 + 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.vs/ConsoleGit/v17/.suo b/.vs/ConsoleGit/v17/.suo index 962afaff10d15367d8984bf093616e3718f8f1a2..fc7ba580c63eea2bf5d7e24a417a483470aa3a40 100644 GIT binary patch delta 1224 zcmY*XOH30{6zv>vkN^wneNzgqFRvwm_DUhuqNx(5POCx1~ zg=bYUUWW=L26N~NFD*_o4#!nJ9@7OyY1>8IqTwh{pL@t{B&?hrR}SG<-;=H&uH}rY z|69n>FAm`vKup6gQ%^$1D2fPvTss;;&v$4t4AdDbHWe`RE4^hW{)VuqH%47i z9$-g(YN)5Pa}-Zg)kdXNE`P0mk84G?3qgg|R&#B6zzH1siYf3XZ+=(Qe_my}v_TWM0hL$~QjM(|Hw}8&}EgRfGmVYWoaxN7Nhb=VD-6NP^!KA)#YpD^aTT9UpgHU zvZ+i;@cY7|Acgz^VK6O*7NyjpBxU?Ww+Y{~F<8mIDiqkA$3;Twi=W=*7;!|HPu}+8 zZ$-=m{b?!V6S9K=AJxeUsX%a1@TM|ZQSzoGDHU9eR&@Tr;^uEX9g7`iww}TP(*R$# hCSYPa43X_#7zx@Sznxb+W*A<00r7<=Djqc^{sY`lrz`*f delta 438 zcmZp8z|?StX@Y?)69W_oFfgzHnT$aE@Bjb*AW`PYhAhGx6W%aR_F+?C-tgev=6tq^ zjFVVoT)CmD_<%GA5Q_n^Fc9+qF)t7U4S)kKAYTZGb)n*%Kw1Kb|4mNhcs$vFMPy>a zicM@BoSQkge=sc)V%eln!N{05xl*xnGn2$W#>ovz0-FVtJ}@ql5t*doAdm;t$`8aK zr^W%v$%Tt`C)cWIa2e09wP>4?URNX#F2k0rYJF1fvnItAV#E8J~ iW`|h^*cPR-PFkh0S!0m`6Duf0B{usm+03|T5eoqB(URW) diff --git a/.vs/ConsoleGit/v17/DocumentLayout.backup.json b/.vs/ConsoleGit/v17/DocumentLayout.backup.json index 3b77fba..6f3fa4e 100644 --- a/.vs/ConsoleGit/v17/DocumentLayout.backup.json +++ b/.vs/ConsoleGit/v17/DocumentLayout.backup.json @@ -76,7 +76,7 @@ "RelativeDocumentMoniker": "ConsoleGit\\Program.cs", "ToolTip": "D:\\\u0418\u043F207\u041A\\ConsoleGit\\ConsoleGit\\Program.cs", "RelativeToolTip": "ConsoleGit\\Program.cs", - "ViewState": "AgIAAAAAAAAAAAAAAAAAAAwAAAAYAAAAAAAAAA==", + "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 6f3fa4e..41dc169 100644 --- a/.vs/ConsoleGit/v17/DocumentLayout.json +++ b/.vs/ConsoleGit/v17/DocumentLayout.json @@ -14,7 +14,7 @@ "DocumentGroups": [ { "DockedWidth": 200, - "SelectedChildIndex": 13, + "SelectedChildIndex": 14, "Children": [ { "$type": "Bookmark", @@ -69,6 +69,10 @@ "Name": "ST:129:0:{1fc202d4-d401-403c-9834-5b218574bb67}" }, { + "$type": "Bookmark", + "Name": "ST:0:0:{1c64b9c2-e352-428e-a56d-0ace190b99a6}" + }, + { "$type": "Document", "DocumentIndex": 0, "Title": "Program.cs", @@ -76,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"); } } }