summaryrefslogtreecommitdiffstats
path: root/customdhcpcd/src/customdhcpcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'customdhcpcd/src/customdhcpcd.c')
-rw-r--r--customdhcpcd/src/customdhcpcd.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/customdhcpcd/src/customdhcpcd.c b/customdhcpcd/src/customdhcpcd.c
new file mode 100644
index 0000000..7c5e219
--- /dev/null
+++ b/customdhcpcd/src/customdhcpcd.c
@@ -0,0 +1,17 @@
+/*
+ ============================================================================
+ Name : customdhcpcd.c
+ Author : Niklas Goby
+ Version :
+ Copyright : Your copyright notice
+ Description : Hello World in C, Ansi-style
+ ============================================================================
+ */
+
+#include <stdio.h>
+#include <stdlib.h>
+
+int main(void) {
+ puts("!!!Hello World!!!"); /* prints !!!Hello World!!! */
+ return EXIT_SUCCESS;
+}