Added test that dice rolls are random.

This commit is contained in:
rbamforth
2021-04-11 20:57:43 +01:00
parent c675cd3af8
commit e1f2c92b19
3 changed files with 69 additions and 4 deletions

View File

@@ -1,12 +1,13 @@
using System;
namespace Craps
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}