aboutsummaryrefslogtreecommitdiff
path: root/bts/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'bts/main.c')
-rw-r--r--bts/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/bts/main.c b/bts/main.c
new file mode 100644
index 0000000..1be969b
--- /dev/null
+++ b/bts/main.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main() {
+ printf("hello world!\n");
+
+ return 0;
+}