#!/usr/bin/env ruby min = Float::INFINITY while line = STDIN.gets v = line.to_f min = v if v