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
The valid range for row and col is from 0-7 inclusive, so it doesn't spark joy to test negative inputs, require input validation, and require the init method to take signed integer parameters.
The valid range for
row
andcol
is from 0-7 inclusive, so it doesn't spark joy to test negative inputs, require input validation, and require theinit
method to take signed integer parameters.Follow-up to:
The text was updated successfully, but these errors were encountered: