Enhancing YaulW to be more portable

This commit is contained in:
2016-02-15 09:45:04 -08:00
parent 857eda29e3
commit 71a97001a8
4 changed files with 138 additions and 0 deletions

14
!app/Program.cs Normal file
View File

@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace _app
{
class Program
{
static void Main(string[] args)
{
}
}
}