-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move test output to separate files (fix #55)
- Loading branch information
Showing
32 changed files
with
347 additions
and
325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
8.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
1 | ||
125 | ||
13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[ 'abel', 'able', 'bale', 'bela', 'elba' ] | ||
[ 'alger', 'glare', 'lager', 'large', 'regal' ] | ||
[ 'angel', 'angle', 'galen', 'glean', 'lange' ] | ||
[ 'caret', 'carte', 'cater', 'crate', 'trace' ] | ||
[ 'elan', 'lane', 'lean', 'lena', 'neal' ] | ||
[ 'evil', 'levi', 'live', 'veil', 'vile' ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
1 | ||
2 | ||
Fizz | ||
4 | ||
Buzz | ||
Fizz | ||
7 | ||
8 | ||
Fizz | ||
Buzz | ||
11 | ||
Fizz | ||
13 | ||
14 | ||
FizzBuzz | ||
16 | ||
17 | ||
Fizz | ||
19 | ||
Buzz | ||
Fizz | ||
22 | ||
23 | ||
Fizz | ||
Buzz | ||
26 | ||
Fizz | ||
28 | ||
29 | ||
FizzBuzz | ||
31 | ||
32 | ||
Fizz | ||
34 | ||
Buzz | ||
Fizz | ||
37 | ||
38 | ||
Fizz | ||
Buzz | ||
41 | ||
Fizz | ||
43 | ||
44 | ||
FizzBuzz | ||
46 | ||
47 | ||
Fizz | ||
49 | ||
Buzz | ||
Fizz | ||
52 | ||
53 | ||
Fizz | ||
Buzz | ||
56 | ||
Fizz | ||
58 | ||
59 | ||
FizzBuzz | ||
61 | ||
62 | ||
Fizz | ||
64 | ||
Buzz | ||
Fizz | ||
67 | ||
68 | ||
Fizz | ||
Buzz | ||
71 | ||
Fizz | ||
73 | ||
74 | ||
FizzBuzz | ||
76 | ||
77 | ||
Fizz | ||
79 | ||
Buzz | ||
Fizz | ||
82 | ||
83 | ||
Fizz | ||
Buzz | ||
86 | ||
Fizz | ||
88 | ||
89 | ||
FizzBuzz | ||
91 | ||
92 | ||
Fizz | ||
94 | ||
Buzz | ||
Fizz | ||
97 | ||
98 | ||
Fizz | ||
Buzz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
529 | ||
576 | ||
625 | ||
676 | ||
784 | ||
841 | ||
900 | ||
961 | ||
1024 | ||
1089 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
The Hailstone sequence for 27 starts with: | ||
[ 27, 82, 41, 124 ] | ||
and ends with: | ||
[ 8, 4, 2, 1 ] | ||
and its length is: | ||
112 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
hello woods! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
1, 2, 3, 4, 5 | ||
6, 7, 8, 9, 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.