Remove dummy code to improve coverage
continuous-integration/drone/push Build is passing Details

pull/48/head
Alexis Drai 2 years ago
parent 676413959c
commit 1593ca1b49

@ -7,11 +7,7 @@ namespace App
{
static void Main(string[] args)
{
Debug.WriteLine("Hello Debug!");
Player player = new Player("John");
Die die = new Die("I'm a die");
Debug.WriteLine(player.Name);
Debug.WriteLine(die.Name);
}
}
}

Loading…
Cancel
Save