initial commit

This commit is contained in:
fabolous005 2025-09-30 12:28:59 +02:00
parent 50013d5db1
commit 06cda00c4d
2 changed files with 9 additions and 0 deletions

6
Cargo.toml Normal file
View File

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

3
src/main.rs Normal file
View File

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