diff options
Diffstat (limited to 'dev-template/dj/hello.c')
-rw-r--r-- | dev-template/dj/hello.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev-template/dj/hello.c b/dev-template/dj/hello.c new file mode 100644 index 0000000..a2a90a5 --- /dev/null +++ b/dev-template/dj/hello.c @@ -0,0 +1,8 @@ +#include <stdio.h> + +int +main() +{ + printf("Hello, hard world!\n"); + return 0; +} |