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:
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "char-counter"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
rand = "0.8"
|
||||
Reference in New Issue
Block a user