reset project

This commit is contained in:
2023-02-20 21:12:27 +01:00
parent 643d44caad
commit 88ed032ef0
51 changed files with 54 additions and 935 deletions

View File

@@ -0,0 +1,8 @@
[package]
name = "char_cli"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

View File

@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}