Add project files.

This commit is contained in:
2018-11-28 22:22:46 +01:00
parent eb72348cad
commit f85ebf48d1
5 changed files with 135 additions and 0 deletions

15
2017_01/Program.cs Normal file
View File

@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace _2017_01
{
class Program
{
static void Main(string[] args)
{
}
}
}