Initial commit.

This commit is contained in:
hal8174 2024-09-21 22:26:15 +02:00
commit 0e372df756
4 changed files with 343 additions and 0 deletions

11
Cargo.toml Normal file
View file

@ -0,0 +1,11 @@
[package]
name = "bitexperimentation"
version = "0.1.0"
edition = "2021"
[dependencies]
[dev-dependencies]
quickcheck = "1"
quickcheck_macros = "1"