Cosmos/source2/IL2PCU/Cosmos.IL2CPU.Profiler/Program.cs
kudzu_cp b6433375f3
2009-07-22 22:05:42 +00:00

11 lines
204 B
C#

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