summaryrefslogtreecommitdiff
path: root/msim/main.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--msim/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/msim/main.c b/msim/main.c
new file mode 100644
index 0000000..7afb34e
--- /dev/null
+++ b/msim/main.c
@@ -0,0 +1,5 @@
+
+int main(void) {
+ // NOT YET IMPLEMENTED
+ return 1;
+}