mirror of
https://github.com/SabreTools/SabreTools.Compression.git
synced 2026-02-09 21:35:01 +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
|
|
}
|
|
}
|
|
} |