From d6bd334ec0846501c7a904802ed2aefe8e664671 Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Thu, 13 Dec 2018 13:59:49 -0800 Subject: Move hello example to submodule Signed-off-by: Nathaniel Graff --- software/hello | 1 + software/hello/hello.c | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) create mode 160000 software/hello delete mode 100644 software/hello/hello.c (limited to 'software/hello/hello.c') diff --git a/software/hello b/software/hello new file mode 160000 index 0000000..41918cb --- /dev/null +++ b/software/hello @@ -0,0 +1 @@ +Subproject commit 41918cb70f42ce0cae2be36a6ba0f1df6a598f0f diff --git a/software/hello/hello.c b/software/hello/hello.c deleted file mode 100644 index befc6ee..0000000 --- a/software/hello/hello.c +++ /dev/null @@ -1,8 +0,0 @@ -#include - -int main() -{ - puts("hello world!\n"); - - return 0; -} -- cgit v1.2.3