aboutsummaryrefslogtreecommitdiff
path: root/tests/ternary.json
blob: ec1213c97b194312320bbd04f54ddf0a8c7a3ed6 (plain) (blame)
1
2
3
4
5
6
[
    { "stdin": "0\n", "stdout": "2\n" },
    { "stdin": "1\n", "stdout": "1\n" },
    { "stdin": "2\n", "stdout": "1\n" },
    { "stdin": "3\n", "stdout": "1\n" }
]