Initial commit - should have done this on day 1...
This commit is contained in:
12
Program.cs
Normal file
12
Program.cs
Normal file
@ -0,0 +1,12 @@
|
||||
namespace _2020
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Q01.Go();
|
||||
Q02.Go();
|
||||
Q03.Go();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user