Hullaballoonatic
Sam
class Team( val size : Int ) { init { require( size > 3 ) } }
A modern programming language that makes developers happier.