Compare commits

..

No commits in common. "main" and "first" have entirely different histories.
main ... first

4 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -88,7 +88,7 @@
"RelativeDocumentMoniker": "Program.cs", "RelativeDocumentMoniker": "Program.cs",
"ToolTip": "D:\\IP-207Frolova\\ConsoleApp3\\Program.cs", "ToolTip": "D:\\IP-207Frolova\\ConsoleApp3\\Program.cs",
"RelativeToolTip": "Program.cs", "RelativeToolTip": "Program.cs",
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAwAAAAqAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2025-02-24T07:42:27.175Z", "WhenOpened": "2025-02-24T07:42:27.175Z",
"EditorCaption": "" "EditorCaption": ""

View File

@ -10,6 +10,8 @@ namespace ConsoleApp3
{ {
static void Main(string[] args) static void Main(string[] args)
{ {
Console.WriteLine("hello world");
//gdhdgyhgmhmh
} }
} }
} }