createing init rst project jk

This commit is contained in:
hejun 2025-03-31 21:40:08 +08:00
parent 9d77889813
commit 653f28921e
2 changed files with 9 additions and 0 deletions

6
jk/Cargo.toml Normal file
View File

@ -0,0 +1,6 @@
[package]
name = "jk"
version = "0.1.0"
edition = "2024"
[dependencies]

3
jk/src/main.rs Normal file
View File

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