Files

10 lines
191 B
C#
Raw Permalink Normal View History

2024-12-11 11:52:59 -05:00
namespace Test
2024-04-16 22:06:54 -04:00
{
public static class Program
{
public static void Main(string[] args)
{
// No implementation, used for experimentation
2024-12-11 07:42:28 -05:00
}
2024-04-16 22:06:54 -04:00
}
}