mirror of
https://github.com/Theaninova/BeatMapLan.git
synced 2025-12-12 14:36:19 +00:00
Add project files.
This commit is contained in:
15
BeatMapLanguage/Program.cs
Normal file
15
BeatMapLanguage/Program.cs
Normal 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)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user