script-splitter/Program.cs
adam 7fea9e9264 initial
make me a template btw
2024-07-11 00:27:08 -04:00

12 lines
194 B
C#

using System;
namespace MyApp
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}