Add project files.

This commit is contained in:
2018-11-25 16:47:48 +01:00
parent 46e6c04f9c
commit 94f36c63c7
5 changed files with 134 additions and 0 deletions

View File

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