feat: Added RNG and control flow

This commit is contained in:
2026-01-19 19:58:04 +05:30
parent c0c3dc2c9f
commit c864bcd5be
4 changed files with 165 additions and 6 deletions

View File

@@ -4,3 +4,4 @@ version = "0.1.0"
edition = "2024"
[dependencies]
rand = "0.8.5"