From 4a7e2ae2533596b1d74707851120abd6e5b91f2d Mon Sep 17 00:00:00 2001 From: Jack O'Neill Date: Mon, 5 Sep 2016 16:37:24 -0400 Subject: [PATCH 1/4] JWO MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Jack O’Neill --- students.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/students.txt b/students.txt index 6560860..2882ad5 100644 --- a/students.txt +++ b/students.txt @@ -4,3 +4,4 @@ `-' `-' `-'`----' `---' `----' `----'`----'`----'`---' `----' `----' `-' `-' `-' `----' `----' `----' `-' `----'`-' `-' Zach Phillips-Gary +Jack O’Neill From cbbba1a7add4115b10209f84dec1c448e3b785a1 Mon Sep 17 00:00:00 2001 From: Jack O'Neill Date: Mon, 5 Sep 2016 16:53:55 -0400 Subject: [PATCH 2/4] Das Branchulus Branch1 --- students.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/students.txt b/students.txt index 2882ad5..05565d3 100644 --- a/students.txt +++ b/students.txt @@ -5,3 +5,4 @@ Zach Phillips-Gary Jack O’Neill +John Cena \ No newline at end of file From 13ef174adcb2066134710175516b76cb8dc47bf2 Mon Sep 17 00:00:00 2001 From: Jack O'Neill Date: Mon, 5 Sep 2016 17:01:18 -0400 Subject: [PATCH 3/4] BRANCH --- main.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 main.py diff --git a/main.py b/main.py new file mode 100644 index 0000000..11f17f9 --- /dev/null +++ b/main.py @@ -0,0 +1,3 @@ +while true{ + print("BRANCH GUY") +} \ No newline at end of file From 1d76c4d22bcae61f43c740ca1403b3112530c116 Mon Sep 17 00:00:00 2001 From: Jack O'Neill Date: Mon, 5 Sep 2016 17:06:01 -0400 Subject: [PATCH 4/4] Recurse --- main.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 11f17f9..fb21555 100644 --- a/main.py +++ b/main.py @@ -1,3 +1,9 @@ -while true{ + +def branch() +{ print("BRANCH GUY") -} \ No newline at end of file + branch() +} + + +branch() \ No newline at end of file