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

10 lines
170 B
C#
Raw Normal View History

2024-12-04 16:58:17 +00:00
using System;
2025-03-26 16:14:46 +00:00
namespace CHANGE_NAME {
2024-12-04 16:58:17 +00:00
class Program {
static void Main(string[] args) {
Console.WriteLine("Hello, world!");
}
}
}