(Print) Use this randomly generated list as your call list when playing the game. There is no need to say the BINGO column name. Place some kind of mark (like an X, a checkmark, a dot, tally mark, etc) on each cell as you announce it, to keep track. You can also cut out each item, place them in a bag and pull words from the bag.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Copied code from Stack Overflow
Forgot to handle an edge case and everything crashed
Forgot to pull before pushing changes
Got a runtime error I had never seen before
Said we will fix it later and never actually fixed it
Broke something while refactoring code to make it cleaner
Used Git and got stuck in merge conflict issues
Started an assignment the night before it was due
Searched ‘how to center a div’ more than once
Changed my major at least once
Left a funny comment in the code for future readers to find
Spent 30+ minutes debugging and it was a typo
Went to a tech talk or info session for the free food or swag
Used AI to explain an error message
Attended a hackathon
Practiced coding interview questions on LeetCode
Forgot a semicolon and broke everything
Accidentally closed my IDE without saving my work
Wrote a bug while trying to fix another bug in the codebase
Shipped a feature and immediately found a bug afterward
Built something small just for myself such as a script, website, or bot
Had more than twenty browser tabs open while coding
Fixed a bug and do not fully understand why it worked
Wrote a solution that was correct but too slow for the constraints