mirror of
https://github.com/SabreTools/SabreTools.Compression.git
synced 2026-02-11 13:45:33 +00:00
10 lines
191 B
C#
10 lines
191 B
C#
namespace Test
|
|
{
|
|
public static class Program
|
|
{
|
|
public static void Main(string[] args)
|
|
{
|
|
// No implementation, used for experimentation
|
|
}
|
|
}
|
|
} |