summaryrefslogtreecommitdiff
path: root/backend/src/main.c
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-07-22 00:17:50 -0400
committerGitHub <noreply@github.com>2025-07-22 00:17:50 -0400
commit4fee88babae0dc69a332480c3e491500dab64d7c (patch)
tree2e9ee6360337978e9264173a2e20daf5ec195393 /backend/src/main.c
parent2106ef8eb31ee46611fce07dd715d3ac1c4ca0ab (diff)
parente83f026b0d1edf5a7ee1477f4b10eb574f506f95 (diff)
downloaddecky-lsfg-vk-4fee88babae0dc69a332480c3e491500dab64d7c.tar.gz
decky-lsfg-vk-4fee88babae0dc69a332480c3e491500dab64d7c.zip
Merge pull request #63 from xXJSONDeruloXx/cleanup-jul21
refactor: remove unused backend files and improve configuration handl…
Diffstat (limited to 'backend/src/main.c')
-rw-r--r--backend/src/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/backend/src/main.c b/backend/src/main.c
deleted file mode 100644
index b3b8fed..0000000
--- a/backend/src/main.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#include <stdio.h>
-int main() {
- printf("Hello World\n");
- return 0;
-} \ No newline at end of file