It should return `Unit`. A return type of `Nothing...
# getting-started
m
It should return
Unit
. A return type of
Nothing
means "will not return", which means it will either throw an exception or go into an infinite loop.