chore: scrap and restart project

This commit is contained in:
2025-11-15 15:07:24 +01:00
parent f1dfbb0fff
commit a9f9bcac09
17 changed files with 0 additions and 135 deletions

View File

@@ -1,6 +0,0 @@
use oxydice_lib::*;
fn main() {
let mut dice = dice::Dice::grab(3, 6);
dice.roll();
}