initial commit

This commit is contained in:
lemonsh
2023-04-29 13:18:07 +02:00
commit 9e929d1bae
10 changed files with 229 additions and 0 deletions

View File

@ -0,0 +1,6 @@
[package]
name = "connectbox-shell"
version = "0.1.0"
edition = "2021"
[dependencies]

View File

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