This commit is contained in:
Ben
2018-09-20 16:04:10 +01:00
parent c553054e62
commit 7f6fa381b3
8 changed files with 265 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace universal_science_solver {
class Program {
static void Main(string[] args) {
UI ui = new UI();
}
}
}