diff options
| author | Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> | 2025-07-22 00:17:50 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-22 00:17:50 -0400 |
| commit | 4fee88babae0dc69a332480c3e491500dab64d7c (patch) | |
| tree | 2e9ee6360337978e9264173a2e20daf5ec195393 /backend/src/main.c | |
| parent | 2106ef8eb31ee46611fce07dd715d3ac1c4ca0ab (diff) | |
| parent | e83f026b0d1edf5a7ee1477f4b10eb574f506f95 (diff) | |
| download | decky-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.c | 5 |
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 |
