Files
2020/Program.cs

13 lines
161 B
C#

namespace _2020
{
class Program
{
static void Main(string[] args)
{
Q01.Go();
Q02.Go();
Q03.Go();
}
}
}