Initial commit

This commit is contained in:
nora 2023-08-30 19:17:03 +02:00
parent 81f227890d
commit 9b6ab3c83e
9 changed files with 128 additions and 1 deletions

0
src/lib.rs Normal file
View file

3
src/main.rs Normal file
View file

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