Rename Program.cs to Main/Program.cs

This commit is contained in:
neogeek23 2017-09-29 02:22:43 -05:00 committed by GitHub
parent 92fa0de002
commit 43cf397e7d

View File

@ -11,4 +11,4 @@ namespace Game_Of_Life___Console{
Console.ReadKey(); Console.ReadKey();
} }
} }
} }