From 94eb0d275e64c32735b37f9d13b22a00f3aa9ebd Mon Sep 17 00:00:00 2001 From: Guinnes Singh Date: Tue, 5 Dec 2017 19:32:09 +0530 Subject: [PATCH 1/3] Testing PR --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ed6adbf..bd66fa0 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,6 @@ The code calculates and displays as many as N Fibonacci numbers backward from a The code has been written to be compatible with PCSpim, a MIPS32 Simulator. +# Test + + From f9bef1e12d01a28d9f182a2b820cee5e968aa866 Mon Sep 17 00:00:00 2001 From: Guinnes Singh Date: Fri, 8 Dec 2017 08:27:10 +0530 Subject: [PATCH 2/3] Feature F1 --- test.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.txt diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..4e3dffe --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +HELLO WORLD From bdcd73a9670af836e0720397e0bdc41f85498bdc Mon Sep 17 00:00:00 2001 From: Guinnes Singh Date: Fri, 8 Dec 2017 08:30:08 +0530 Subject: [PATCH 3/3] Feature F2 --- test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.txt b/test.txt index 4e3dffe..bb2e9a2 100644 --- a/test.txt +++ b/test.txt @@ -1 +1 @@ -HELLO WORLD +HELLO WORLD 2