diff --git a/Program.cs b/Main/Program.cs similarity index 95% rename from Program.cs rename to Main/Program.cs index 48fcc6f..440eabe 100644 --- a/Program.cs +++ b/Main/Program.cs @@ -11,4 +11,4 @@ namespace Game_Of_Life___Console{ Console.ReadKey(); } } -} \ No newline at end of file +}