2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-04-29 14:48:44 +00:00

Expanding test

This commit is contained in:
2026-04-08 17:30:05 +03:00
parent cc66520fee
commit 05eae10a73
4 changed files with 269 additions and 114 deletions
@@ -0,0 +1,16 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Esiur.Tests.Gvwie
{
public enum GeneratorPattern
{
Uniform,
Positive,
Negative,
Alternating,
Small,
Ascending,
}
}