Files
basic-computer-games/70_Poetry/csharp/Context.cs
2022-10-03 21:22:44 +11:00

12 lines
250 B
C#

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