sockscape/server/Entrypoint.cs

15 lines
254 B
C#
Raw Normal View History

2017-04-25 21:01:41 +00:00
using System;
using System.Collections.Generic;
using System.Data.SQLite;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
2017-04-21 21:04:03 +00:00
namespace CircleScape {
class Entrypoint {
static void Main(string[] args) {
}
}
}