Files
WoofWare.PawPrint/WoofWare.PawPrint.Test/sources/NoOp.cs
2025-04-28 20:23:05 +01:00

13 lines
154 B
C#

using System;
namespace HelloWorldApp
{
class Program
{
static int Main(string[] args)
{
return 1;
}
}
}