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(); } }