init simple project that reads a file, generates a random lowercase character and writes counts so far to a file

This commit is contained in:
2026-04-26 17:29:18 -04:00
commit 668c7b10b5
5 changed files with 214 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
[package]
name = "char-counter"
version = "0.1.0"
edition = "2024"
[dependencies]
rand = "0.8"