sockscape/server/Entrypoint.cs
2017-04-25 16:01:41 -05:00

15 lines
254 B
C#

using System;
using System.Collections.Generic;
using System.Data.SQLite;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CircleScape {
class Entrypoint {
static void Main(string[] args) {
}
}
}