summaryrefslogtreecommitdiff
path: root/templates/system-flake/pkgs/hello-world/hello-world.c
diff options
context:
space:
mode:
Diffstat (limited to 'templates/system-flake/pkgs/hello-world/hello-world.c')
-rw-r--r--templates/system-flake/pkgs/hello-world/hello-world.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/system-flake/pkgs/hello-world/hello-world.c b/templates/system-flake/pkgs/hello-world/hello-world.c
deleted file mode 100644
index d6cfa6b..0000000
--- a/templates/system-flake/pkgs/hello-world/hello-world.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <stdio.h>
-
-int main()
-{
- printf("Hello, world!\n");
- return 0;
-}