mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Basic Setup
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace GlitchyEngine
|
||||
{
|
||||
public static class Test
|
||||
{
|
||||
public static void Print()
|
||||
{
|
||||
Console.WriteLine("Hello from the Glitchy Engine!");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user