init c# backend
This commit is contained in:
parent
40806deaa6
commit
d2621e2aec
4 changed files with 160 additions and 0 deletions
12
backend/Program.cs
Normal file
12
backend/Program.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
|
||||
namespace Love2DBackend
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Hello from LÖVE2D Backend!");
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue