Skip to content

Instantly share code, notes, and snippets.

@durka
Created December 14, 2017 19:20
Show Gist options
  • Save durka/88e6821accc1c95c43d725a91dd10245 to your computer and use it in GitHub Desktop.
Save durka/88e6821accc1c95c43d725a91dd10245 to your computer and use it in GitHub Desktop.
fn main()
{
let archive = Archive::read_and_construct( "./json/trivia.json" );
let question = archive.unwrap().random();
println!("{:?}", question);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment