summaryrefslogblamecommitdiffstats
path: root/rosalind/io.rs
blob: 86abe3f4ac215a730f804c2fc87186d7a9f3cb34 (plain) (tree)
1
2
3
4
5




                                 
use core::io::{stdin,ReaderUtil};

fn input_line() -> ~str {
    stdin().read_line()
}