mirror of
https://github.com/SabreTools/SabreTools.Compression.git
synced 2026-02-14 21:34:30 +00:00
12 lines
222 B
C#
12 lines
222 B
C#
|
|
using SabreTools.Compression;
|
|||
|
|
|
|||
|
|
namespace Test
|
|||
|
|
{
|
|||
|
|
public static class Program
|
|||
|
|
{
|
|||
|
|
public static void Main(string[] args)
|
|||
|
|
{
|
|||
|
|
// No implementation, used for experimentation
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|