From 694338293d69452c1a1efb09fef490b5c799de00 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Mon, 6 Jun 2011 23:53:49 -0400 Subject: Add dev-template A few files just to give the user a shell when the machine boots. --- dev-template/dj/hello.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dev-template/dj/hello.c (limited to 'dev-template/dj/hello.c') 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 + +int +main() +{ + printf("Hello, hard world!\n"); + return 0; +} -- cgit