diff --git a/.gitignore b/.gitignore
index 96ae4de..aaba0a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
-/vs
\ No newline at end of file
+/vs
+/bin
+/obj
\ No newline at end of file
diff --git a/.vs/Git_Praktic/v17/.suo b/.vs/Git_Praktic/v17/.suo
index 4be59a1..3c148a0 100644
Binary files a/.vs/Git_Praktic/v17/.suo and b/.vs/Git_Praktic/v17/.suo differ
diff --git a/.vs/Git_Praktic/v17/DocumentLayout.json b/.vs/Git_Praktic/v17/DocumentLayout.json
index 6013be3..471a26f 100644
--- a/.vs/Git_Praktic/v17/DocumentLayout.json
+++ b/.vs/Git_Praktic/v17/DocumentLayout.json
@@ -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": ""
diff --git a/Program.cs b/Program.cs
index 6058aa8..a608c50 100644
--- a/Program.cs
+++ b/Program.cs
@@ -10,6 +10,7 @@ namespace Git_Praktic
     {
         static void Main(string[] args)
         {
+            Console.WriteLine("Hello world!");
         }
     }
 }