Ordnerstruktur erstellt

main
Semih Uguz 2026-05-26 14:54:46 +02:00
parent 951dbce120
commit 8d57d7be16
7 changed files with 9 additions and 0 deletions

View File

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

View File

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