add folders

This commit is contained in:
Alvin
2025-10-02 13:14:10 +02:00
parent b4fdcb3ae3
commit 0909458c6a
6 changed files with 11 additions and 0 deletions

View File

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

View File

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