summaryrefslogtreecommitdiff
path: root/src/irm/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/irm/main.c')
-rw-r--r--src/irm/main.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/irm/main.c b/src/irm/main.c
new file mode 100644
index 00000000..6388427f
--- /dev/null
+++ b/src/irm/main.c
@@ -0,0 +1,8 @@
+#include <stdio.h>
+
+int main()
+{
+ printf("Test of the IRM\n");
+
+ return 0;
+}