Package main


package main
This package contains the main application logic for the betting system.

The main package includes classes like BetOrganization which manages customer bets, and GameEmulator that simulates random game outcomes. The BetMain class serves as the entry point to the application, initializing the system and running the betting scenarios.