tiny benchmark implementation. a solution is executed once to initially time it, and then between 10 and 10.000 times depending on initial runtime to determine an avg. runtime.
benchmark results can be written to README as a table.
moved template code into src/template.
remove some of the rust binary crate hacks in favour of a pico-args CLI.
move inputs and examples from src into a data folder.
closes #24 closes #16
Changes in this PR:
src/template
.pico-args
CLI.inputs
andexamples
fromsrc
into adata
folder.TODO: