2017-03-14から1日間の記事一覧

Error Handling #10

https://doc.rust-lang.org/book/error-handling.html サンプルの'‘city-pop’‘を最後まで。 extern crate getopts; extern crate rustc_serialize; extern crate csv; use getopts::Options; use std::env; use std::fs::File; use std::path::Path; use std…