Project setup

This commit is contained in:
maxstrb 2026-03-02 19:45:04 +01:00
commit af95d84f59
10 changed files with 782 additions and 0 deletions

11
Program.cs Normal file
View file

@ -0,0 +1,11 @@
using System;
namespace tanky-rewrite
{
internal class Program
{
static void Main(string[] args)
{
}
}
}