// Times tables program
using System;
public class Program
{
// -------------------------
// Subprograms
// -------------------------
// Procedure to output the X times table.
static void times_table(int x)
{
}
// -------------------------
// Main program
// -------------------------
static void Main()
{
times_table(table);
}
}