diff options
Diffstat (limited to 'workspace/customdhcpcd/src/customdhcpcd.c')
| -rw-r--r-- | workspace/customdhcpcd/src/customdhcpcd.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/workspace/customdhcpcd/src/customdhcpcd.c b/workspace/customdhcpcd/src/customdhcpcd.c deleted file mode 100644 index 7c5e219..0000000 --- a/workspace/customdhcpcd/src/customdhcpcd.c +++ /dev/null @@ -1,17 +0,0 @@ -/* - ============================================================================ - 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; -} |
