Initial Commit
This commit is contained in:
@@ -7,6 +7,10 @@ using System.Threading.Tasks;
|
||||
namespace Console_Games {
|
||||
class Program {
|
||||
static void Main(string[] args) {
|
||||
Console.OutputEncoding = Encoding.UTF8;
|
||||
|
||||
UserInterface ui = new UserInterface();
|
||||
ui.atLaunch();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user