Posts
0
Comments
3
Joined
2 yr. ago
Downvoted for losing codegolf.
Ruby, 11 bytes
$><<$<.min
Input: 3\n10
Output: 10
Pretty sure I score double points for readability
Reply
Get optimized
Reply
Ruby, 3 bytes
ruby
p 3
Reply