I tried making `O` a `Nothing` but that wouldn't c...
# getting-started
p
I tried making
O
a
Nothing
but that wouldn't compile.. I also tried
java.lang.Void
to no avail.
s
Have you tried
Unit
?
d
Unit is the correct answer here.