vive la révolution !!

This commit is contained in:
Breval Ferrari 2024-06-06 21:51:01 +02:00
parent 13b6effb91
commit 027af2d36e
No known key found for this signature in database
GPG key ID: CEAB625B75A836B2
10 changed files with 42 additions and 207 deletions

8
bong/Cargo.toml Normal file
View file

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

3
bong/src/main.rs Normal file
View file

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