Creating input tests
The format of an input test file is as follows:
- A set of input strings.
- A delimeter separating the input from the output: #####.
- The expected output.
- A delimeter separating the previous test case from the following one: -----.
Example
| [Copy Code](javascript:void(0)) HTML |
1 2 3 4 2 ##### 1 4 9 16 ----- 0 5 3 4 3 ##### 0 125 27 64 |
A test file can contain as many test cases as needed.