aboutsummaryrefslogtreecommitdiff
path: root/modtest/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modtest/main.cpp')
-rw-r--r--modtest/main.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/modtest/main.cpp b/modtest/main.cpp
new file mode 100644
index 0000000..063d9bc
--- /dev/null
+++ b/modtest/main.cpp
@@ -0,0 +1,8 @@
+import M0;
+
+#include<cstdio>
+
+int main(int argc, char **argv) {
+ printf("Got number %d.\n", f0());
+ return 0;
+}