This input is an example for Iorgen's README
The input will contain:
- On the first line, an integer: N, a number, used as a size.
- On the next lines, a list of N elements: list, a list of structs.
- One line per list element: separated by spaces, an integer integer (an integer), and a char character (a char).
In a real life scenario, you will describe here what you want the end user to do with this generated code
$1 \le N \le 10$ $integer \in {-4, 42, 1337}$ $character \in {a, b, c}$
$1 \le N \le 10,000$