first commit

This commit is contained in:
2026-08-17 09:46:41 +02:00
commit 3e6f7ca46b
7 changed files with 201 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#![allow(unused_imports)]
use backend::add;
fn main() {
println!("Hello, world!");
}