flake-template-hell/templates/dotnet/CHANGE_NAME/Program.cs

9 lines
170 B
C#

using System;
namespace CHANGE_NAME {
class Program {
static void Main(string[] args) {
Console.WriteLine("Hello, world!");
}
}
}