tinytetris
tinytetris copied to clipboard
fix: Change an int function with no return value to void
Modified the original int function that had no return value to a void type.