Initial commit

This commit is contained in:
Cutieguwu
2024-11-26 14:14:57 -05:00
commit 1f231e2038
4 changed files with 154 additions and 0 deletions

7
Cargo.toml Normal file
View File

@@ -0,0 +1,7 @@
[package]
name = "culling_of_the_sheep"
version = "0.1.0"
edition = "2021"
[dependencies]
terminal_size = "0.4"