From 78f8c103801931eccb6493f7c5d557d34f6571e7 Mon Sep 17 00:00:00 2001 From: Maxime Baudette Date: Fri, 17 Feb 2017 13:27:00 +0100 Subject: [PATCH 01/11] Solving the first task --- Test 1.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Test 1.txt b/Test 1.txt index bcda6fe..45abc44 100644 --- a/Test 1.txt +++ b/Test 1.txt @@ -1 +1,2 @@ -1+2= \ No newline at end of file +1+2=5 +2+7= \ No newline at end of file From 538c38d6869585b9decea108a583524b8b9f2926 Mon Sep 17 00:00:00 2001 From: Fanny Date: Fri, 17 Feb 2017 14:22:42 +0100 Subject: [PATCH 02/11] Changed according to the instructions --- Test 1.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Test 1.txt b/Test 1.txt index 45abc44..2b320f9 100644 --- a/Test 1.txt +++ b/Test 1.txt @@ -1,2 +1,3 @@ -1+2=5 -2+7= \ No newline at end of file +1+2=3 +2+7=11 +10+5= \ No newline at end of file From 2c78a11f357677031ca87b4057d4c5996eea4baa Mon Sep 17 00:00:00 2001 From: miguelag Date: Fri, 17 Feb 2017 15:03:17 +0100 Subject: [PATCH 03/11] File has been updates to fix errors and add equations --- Test 1.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Test 1.txt b/Test 1.txt index 2b320f9..68bb18c 100644 --- a/Test 1.txt +++ b/Test 1.txt @@ -1,3 +1,4 @@ 1+2=3 -2+7=11 -10+5= \ No newline at end of file +2+7=9 +10+5=12 +12-5= \ No newline at end of file From 774eeb137f27daa01bf7b494ba54607026887824 Mon Sep 17 00:00:00 2001 From: biswarupm Date: Fri, 17 Feb 2017 20:11:00 +0530 Subject: [PATCH 04/11] corrected --- Test 1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test 1.txt b/Test 1.txt index 68bb18c..5eca812 100644 --- a/Test 1.txt +++ b/Test 1.txt @@ -1,4 +1,4 @@ 1+2=3 2+7=9 -10+5=12 +10+5=15 12-5= \ No newline at end of file From a63c7e0ab6236b5dd395907f473dda67a10d4b1c Mon Sep 17 00:00:00 2001 From: biswarupm Date: Fri, 17 Feb 2017 20:12:43 +0530 Subject: [PATCH 05/11] modified --- Test 1.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Test 1.txt b/Test 1.txt index 5eca812..d200bde 100644 --- a/Test 1.txt +++ b/Test 1.txt @@ -1,4 +1,5 @@ 1+2=3 2+7=9 10+5=15 -12-5= \ No newline at end of file +12-5=5 +12*2=20 From 8ad01e98dec14f386de64058d9bfce59b67a6eef Mon Sep 17 00:00:00 2001 From: biswarupm Date: Fri, 17 Feb 2017 20:17:14 +0530 Subject: [PATCH 06/11] changed --- Test 1.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test 1.txt b/Test 1.txt index d200bde..a9b720a 100644 --- a/Test 1.txt +++ b/Test 1.txt @@ -2,4 +2,4 @@ 2+7=9 10+5=15 12-5=5 -12*2=20 +12*2= From 17db1946deb080e9e87b411ebca7f58b27eabaed Mon Sep 17 00:00:00 2001 From: Maxime Baudette Date: Fri, 23 Feb 2018 14:18:41 -0800 Subject: [PATCH 07/11] Reset Tutorial --- Test 1.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Test 1.txt b/Test 1.txt index a9b720a..9408948 100644 --- a/Test 1.txt +++ b/Test 1.txt @@ -2,4 +2,3 @@ 2+7=9 10+5=15 12-5=5 -12*2= From 4315bad9f0e99669095733191571232ac82acb0f Mon Sep 17 00:00:00 2001 From: Maxime Baudette Date: Fri, 23 Feb 2018 14:44:25 -0800 Subject: [PATCH 08/11] Attempt to fix the equation ! --- File 2.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/File 2.txt b/File 2.txt index 1b8e29d..cb12797 100644 --- a/File 2.txt +++ b/File 2.txt @@ -1 +1,2 @@ -1+1=3 +1+1=2 +1+4=3 \ No newline at end of file From 4f9707970897dbb0f64c50db68830087b0a3a299 Mon Sep 17 00:00:00 2001 From: Maxime Baudette Date: Fri, 23 Feb 2018 15:03:52 -0800 Subject: [PATCH 09/11] I'm so good at math, I fixed the equation in the file ;-) Also I added a new equation, let me know if it is correct --- File 2.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/File 2.txt b/File 2.txt index cb12797..b26ac19 100644 --- a/File 2.txt +++ b/File 2.txt @@ -1,2 +1,3 @@ 1+1=2 -1+4=3 \ No newline at end of file +1+4=5 +5+6=3 From 1adcac51a04cc3e845d8377a53602e54fd43c292 Mon Sep 17 00:00:00 2001 From: prottay Date: Tue, 13 Mar 2018 21:46:21 -0400 Subject: [PATCH 10/11] Update File 2.txt --- File 2.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/File 2.txt b/File 2.txt index b26ac19..f05edbc 100644 --- a/File 2.txt +++ b/File 2.txt @@ -1,3 +1,4 @@ 1+1=2 1+4=5 -5+6=3 +5+6=11 +11-1= From 4025821bad23671689dba9ca909f6492ea8763ce Mon Sep 17 00:00:00 2001 From: mpodlaski <33104409+mpodlaski@users.noreply.github.com> Date: Sun, 1 Apr 2018 22:01:09 -0400 Subject: [PATCH 11/11] Update File 2.txt --- File 2.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/File 2.txt b/File 2.txt index f05edbc..7d41340 100644 --- a/File 2.txt +++ b/File 2.txt @@ -1,4 +1,5 @@ 1+1=2 1+4=5 5+6=11 -11-1= +11-1=10 +7+7=2