// School timetable program
using System;
class Program
{
// -------------------------
// Globals
// -------------------------
static string[,] timetable = new string[5, 6];
// -------------------------
// Subprograms
// -------------------------
// -------------------------
// Main program
// -------------------------
static void Main()
{
}
}
===,===,===,===,===,===
===,===,===,===,===,===
===,===,===,===,===,===
===,===,===,===,===,===
===,===,===,===,===,===