Cosmos/source2/Cosmos.Launch.Slave/Program.cs
kudzu_cp a2d3d2205c
2012-07-01 07:12:49 +00:00

11 lines
201 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.Launch.Slave {
class Program {
static void Main(string[] args) {
}
}
}