summaryrefslogtreecommitdiff
path: root/backend/src/main.c
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-07-11 07:04:30 -0400
committerGitHub <noreply@github.com>2025-07-11 07:04:30 -0400
commitfb4516cabb652774ce60e0683bda1af88cc2d09f (patch)
tree7d100b11d2399ca467ce3be4a38e08695eb2bca2 /backend/src/main.c
downloaddecky-lsfg-vk-fb4516cabb652774ce60e0683bda1af88cc2d09f.tar.gz
decky-lsfg-vk-fb4516cabb652774ce60e0683bda1af88cc2d09f.zip
Initial commit
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