Compare commits

...

3 Commits

Author SHA1 Message Date
6ca9942770 Merge pull request 'branch3' (#1) from branch3 into main
Reviewed-on: #1
2025-02-26 09:47:49 +03:00
Vlad Torop
19ba8a2810 Merge branch 'branch3' of https://kamtk.ru:4000/Vlad_Torop/My_first_repo into branch3 2025-02-26 09:42:46 +03:00
Vlad Torop
7ba2450349 4 2025-02-26 09:42:43 +03:00
3 changed files with 7 additions and 2 deletions

Binary file not shown.

View File

@ -14,7 +14,7 @@
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": 17,
"SelectedChildIndex": 18,
"Children": [
{
"$type": "Bookmark",
@ -85,6 +85,10 @@
"Name": "ST:0:0:{d78612c7-9962-4b83-95d9-268046dad23a}"
},
{
"$type": "Bookmark",
"Name": "ST:0:0:{1c4feeaa-4718-4aa9-859d-94ce25d182ba}"
},
{
"$type": "Document",
"DocumentIndex": 0,
"Title": "Program.cs",
@ -92,7 +96,7 @@
"RelativeDocumentMoniker": "Program.cs",
"ToolTip": "D:\\IP307\\Git_Practic\\Git_Praktic\\Program.cs",
"RelativeToolTip": "Program.cs",
"ViewState": "AQIAAAAAAAAAAAAAAAAAAA8AAAAAAAAA",
"ViewState": "AQIAAAAAAAAAAAAAAAAqwAwAAAArAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2025-02-24T07:38:53.948Z",
"EditorCaption": ""

View File

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