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
Describe the bug
The codebase expects main to return int64 in some cases and int32 in others. int32 should be the return type of main as this is the default convention on most everything else
Describe the bug
The codebase expects main to return int64 in some cases and int32 in others. int32 should be the return type of main as this is the default convention on most everything else