Lots of changes and fixes

This commit is contained in:
2025-03-24 23:23:29 +00:00
parent 09b2ad8c56
commit d2013ec5c5
9 changed files with 116 additions and 54 deletions

View File

@@ -9,6 +9,6 @@ type MyTicket struct {
Ball3 int
Ball4 int
Ball5 int
Bonus1 *int // Optional (nil if not used)
Bonus2 *int // For games like EuroMillions
Bonus1 *int
Bonus2 *int
}