aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2024-11-15 21:22:20 +0800
committerMistivia <i@mistivia.com>2024-11-15 21:22:20 +0800
commit789ebeb7d097d2824ff62c73438af4cb77f882bc (patch)
tree86de650556666795641016e33517f8d22714815c /src/main.c
parent12f7b236531d839fe6790c71e2e51e014ae84e3d (diff)
finish project framework
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
new file mode 100644
index 0000000..62742b5
--- /dev/null
+++ b/src/main.c
@@ -0,0 +1,5 @@
+#include "fvm.h"
+
+int main() {
+ return 0;
+}