hexxy 1.0.0

Hexxy all over the place!
Documentation
1
2
3
4
5
use hexxy::hexxy;

fn main() {
    println!("Hello Hexxy!\n\n{}", hexxy(3, true));
}