Example #1
0
 public static void PrintAssignment(Course c, TimeSlot ts, Room r)
 {
     Console.WriteLine("{0} {1} {2}", c, ts, r);
 }