aboutsummaryrefslogtreecommitdiff
path: root/bts/main.c
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-11-08 16:20:55 +0100
committerlonkaars <loek@pipeframe.xyz>2022-11-08 16:20:55 +0100
commit2784261e7b83b9549c5e2ba0913303d695493456 (patch)
treee973ab0e46823c86aeecfc153f7f7b97b51e6139 /bts/main.c
parentacbc6ee608bc7d9ec33ddf57719841335eff70b1 (diff)
project scaffolding and architecture draft in readme
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;
+}