diff --git a/c-repo b/c-repo new file mode 160000 index 0000000000..e5dad3fa8d --- /dev/null +++ b/c-repo @@ -0,0 +1 @@ +Subproject commit e5dad3fa8def3726ec850ca66a7f51521f8ad393 diff --git a/hello.c b/hello.c new file mode 100644 index 0000000000..b2edca1f94 --- /dev/null +++ b/hello.c @@ -0,0 +1,8 @@ +#include + + +int main() { + printf("Hello, World!\n"); + return 0; +} +