ini file
Sign in to test your solution.
// ini file program
using System;
using System.IO;
class Submission
{
// -------------------------
// Subprograms
// -------------------------
static void input_settings()
{
}
// -------------------------
// Main program
// -------------------------
public static void Main(string[] args)
{
input_settings();
}
}
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.