From fb4516cabb652774ce60e0683bda1af88cc2d09f Mon Sep 17 00:00:00 2001 From: Kurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com> Date: Fri, 11 Jul 2025 07:04:30 -0400 Subject: Initial commit --- backend/src/main.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 backend/src/main.c (limited to 'backend/src/main.c') 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 +int main() { + printf("Hello World\n"); + return 0; +} \ No newline at end of file -- cgit v1.2.3