using System; namespace Love2DBackend { class Program { static void Main(string[] args) { Console.WriteLine("Hello from LÖVE2D Backend!"); } } }