Files
basic-computer-games/70_Poetry/csharp/Context.cs
2022-09-29 22:46:10 +10:00

12 lines
251 B
C#

namespace Poetry;
internal class Context
{
public int U { get; set; }
public int I { get; set; }
public int J { get; set; }
public int K { get; set; }
public bool SkipComma { get; set; }
public bool UseGroup2 { get; set; }
}