summaryrefslogtreecommitdiffstats
path: root/customdhcpcd/src/customdhcpcd.c
blob: 7c5e21953d743c3191548cb24c2dce408e57594a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;
}