sockscape/server/Libraries/Square/NumericExtensions.cs
2017-05-08 16:06:17 -05:00

12 lines
192 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Square {
public static class NumericExtensions {
}
}