Cosmos/source2/Compiler/Cosmos.Compiler.XSharp.XSC/Program.cs
kudzu_cp 478fa0c002
2012-06-08 12:27:15 +00:00

11 lines
208 B
C#

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