You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# set PATH to project directory# (for me so that I won't forget, may not apply to you)set"PATH=%PATH%;C:\Program Files\Java\jdk-22\bin"# Run game
javac Main.java
java Main
About
Bingo game as finals requirement for Object-Oriented Programming course (submitted: 09/12/2024)