Skip to content

Instantly share code, notes, and snippets.

View gregkatz's full-sized avatar

Gregory Katz gregkatz

  • New York City
View GitHub Profile
static FBSTR: &'static [u8; 135] = b"
fizz
buzz
fizz
fizz
buzz
extern crate csv;
use std::error::Error;
use std::collections::HashMap;
use csv::ReaderBuilder;
fn main() {
match run() {
Ok(_) => {},
Err(e) => println!("Error: {:?}", e),