diff options
Diffstat (limited to 'lang/dragonegg46-33/files/hello.c')
-rw-r--r-- | lang/dragonegg46-33/files/hello.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/dragonegg46-33/files/hello.c b/lang/dragonegg46-33/files/hello.c new file mode 100644 index 000000000000..ed9e8e960a10 --- /dev/null +++ b/lang/dragonegg46-33/files/hello.c @@ -0,0 +1,9 @@ +/* $FreeBSD$ */ +#include <stdio.h> + +int +main(void) +{ + printf("hello\n"); + return 0; +} |