Esempio n. 1
0
 public static void Main(string[] args)
 {
     Dice d = new Dice ();
     Console.WriteLine (d.Roll (3));
 }