Initial commit step0

This commit is contained in:
2026-06-12 18:48:27 +02:00
commit 7093fb49a0
11 changed files with 330 additions and 0 deletions

4
step0/app.c Normal file
View File

@@ -0,0 +1,4 @@
__attribute__((export_name("hello")))
int hello() {
return 4;
}