Cosmos/Demos/zMachine/Frotz.Net/source/zConsole/Program.cs
2016-06-09 14:19:58 -04:00

12 lines
209 B
C#

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