Anton and Polyhedrons
Problem URL: Anton and Polyhedrons
We are using the Rust's powerful match expression to compute the total_faces of given polyhedrons on the fly.
use std::io;
fn get_single_number_from_stdin() -> u64 {
let mut buffer = String::new();
io::std...
omprakashsridharan.hashnode.dev