From 43cf397e7d258c09e1a6ae656f3e49e5ebfe1384 Mon Sep 17 00:00:00 2001 From: neogeek23 Date: Fri, 29 Sep 2017 02:22:43 -0500 Subject: [PATCH] Rename Program.cs to Main/Program.cs --- Program.cs => Main/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Program.cs => Main/Program.cs (95%) 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 +}