initial commit

This commit is contained in:
2026-04-14 00:02:09 +02:00
commit 8d6775c51d
12 changed files with 562 additions and 0 deletions

6
src/emulated/function.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
#include <stdint.h>
int32_t operation(int32_t a);