mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-02-15 13:55:14 +00:00
12 lines
185 B
C#
12 lines
185 B
C#
|
|
using SabreTools.Serialization;
|
|||
|
|
|
|||
|
|
namespace Test
|
|||
|
|
{
|
|||
|
|
class Program
|
|||
|
|
{
|
|||
|
|
public static void Main(string[] args)
|
|||
|
|
{
|
|||
|
|
// DO NOTHING FOR NOW
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|