Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
0
using System; using System.Collections.Generic; using System.IO; using System.Threading.Tasks; using System.Threading; namespace ConsoleApp1 { class Program { static void Main(string[] args) { // your main program goes here } // your functions go here } // your classes go here }
30th Nov 2016, 2:36 AM
Samuel Neo
Samuel Neo - avatar