sockscape/server/Entrypoint.cs

30 lines
1 KiB
C#
Raw Normal View History

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