From 0c89f2b5bbfdb971e8e17665a98866e1310f4b21 Mon Sep 17 00:00:00 2001 From: StephanieHan Date: Thu, 18 Jun 2015 18:51:00 -0700 Subject: [PATCH] Modify testing. --- README.md | 3 +-- test.c | 6 ++++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 test.c diff --git a/README.md b/README.md index 6faa676..6231469 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,2 @@ # test -to test -jijkljoijk +First test repository. diff --git a/test.c b/test.c new file mode 100644 index 0000000..7051c77 --- /dev/null +++ b/test.c @@ -0,0 +1,6 @@ +#include + +int main(){ + printf("Hello\n"); + return 0; +}