Files
smartcheckin/SmartCheckIn/Program.cs
T
Samuele E. Locatelli a7b605c15e Init progetto
2020-05-16 14:38:39 +02:00

16 lines
237 B
C#

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)
{
}
}
}