initial commit

This commit is contained in:
Joeri Exelmans 2025-11-03 13:34:13 +01:00
commit 859594f779
6 changed files with 583 additions and 0 deletions

3
src/lib.rs Normal file
View file

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