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

11 lines
202 B
C#

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