Comment on Write a program that makes 2 + 2 = 5parentComments−a-nikolaev12yA shorter one:let (+) 2 2 = 5 in 2+2;;
Comments
A shorter one:
let (+) 2 2 = 5 in 2+2;;