summaryrefslogtreecommitdiff
path: root/backend/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'backend/src/main.c')
-rw-r--r--backend/src/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/src/main.c b/backend/src/main.c
new file mode 100644
index 0000000..b3b8fed
--- /dev/null
+++ b/backend/src/main.c
@@ -0,0 +1,5 @@
+#include <stdio.h>
+int main() {
+ printf("Hello World\n");
+ return 0;
+} \ No newline at end of file