Errors in main
Quite a while ago, we mentioned that main
can return a few things besides unit ()
. Now that we’ve learned about Result
, it’s about time we demonstrated that. Behold, our error-inducing main
function!
Quite a while ago, we mentioned that main
can return a few things besides unit ()
. Now that we’ve learned about Result
, it’s about time we demonstrated that. Behold, our error-inducing main
function!