Files
basic-computer-games/51_Hurkle/csharp/GuessViewModel.cs
Martin Thoma e64fb6795c MAINT: Apply pre-commit
Remove byte-order-marker pre-commit check as there would be
many adjustments necessary
2022-03-05 09:29:23 +01:00

8 lines
117 B
C#

namespace hurkle
{
internal class GuessViewModel
{
public int CurrentGuessNumber {get;init;}
}
}