Cosmos/source/Cosmos.Shell.Guess/Program.cs
2008-01-20 19:54:31 +00:00

13 lines
207 B
C#

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