Files
BeatMapLan/BeatMapLanguage/Program.cs
2018-11-25 16:47:48 +01:00

16 lines
240 B
C#

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)
{
}
}
}