Init progetto

This commit is contained in:
Samuele E. Locatelli
2020-05-16 14:38:39 +02:00
parent 81ec37e7f3
commit a7b605c15e
5 changed files with 135 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SmartCheckIn
{
class Program
{
static void Main(string[] args)
{
}
}
}