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
feat(2020-day-05): calculate seat details from seat code
seat code is basically a bitmap. converting to binary and casting
to integers makes it a lot simpler to figure out the details without
having to think about it
0 commit comments