sharplib/imm/Imm.cs

16 lines
258 B
C#

using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
// A spot for immutable helpers
public static class imm
{
}