Skip to content

Instantly share code, notes, and snippets.

View dtomvan's full-sized avatar

Tom van Dijk dtomvan

View GitHub Profile
@Eraden
Eraden / old.rs
Last active August 4, 2021 13:31
Way faster version
#![feature(test)]
extern crate test;
use std::collections::HashMap;
use std::env::args;
use std::fs::File;
use std::io::{self, BufRead};
use num_bigint::BigUint;