Cosmos/source/SteveKernel/NumberChecker.cs
smremde_cp 2b27afdae2 changed PIT timing
optimised some of the text functions
added nibbles style demo! check out stevekernel :)
2008-06-15 00:37:25 +00:00

15 lines
244 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace SteveKernel
{
static class NumberChecker
{
public static string DoTests<T>()
{
return "";
}
}
}