Cosmos/source/Cosmos.Kernel.Tests.Fat/Program.cs
Matthijs ter Woord d9a9737608 Filesystem/VFS/FAT work by @charlesbetros has been merged into main kernel.
This does NOT mean it's fully working yet!
2015-10-02 17:12:00 +02:00

15 lines
248 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Cosmos.Kernel.Tests.Fat
{
class Program
{
static void Main(string[] args)
{
}
}
}