Trust the leprechauns
Trust the leprechauns


Trust the leprechauns
You're viewing a single thread.
python
In [1]: print(min("3 10".split())) 10
Ruby, 3 bytes
ruby
p 3
Downvoted for completely ignoring the part where there should be input.
Get optimized
Downvoted for losing codegolf.
Ruby, 11 bytes
$><<$<.min
Input: 3\n10
Output: 10
Pretty sure I score double points for readability