if your list's contents implement Comparable, you ...
# getting-started
f
if your list's contents implement Comparable, you can just do
list.min()
1