Problem: Code Festival A If you cannot solve this
Code: Code+Festival+A+If+you+cannot+solve+this/tails_1642142485
Nibbles version: 0.2 | 0.21 | 0.22 | 0.23 | 0.24 | 0.25 | 1.00
Format: Compact | Simple | +Type | Table | JSON | .nbl (DeBruijn) | .nbl (names)
| Depth | Lit | Desc | Type | Arg | Let |
|---|---|---|---|---|---|
| 0 | ? | if/else | [chr] | ||
| * 1 | - | subtract | int | ||
| ** 2 | * | multiply | int | ||
| *** 3 | * | multiply | int | ||
| **** 4 | = | subscript (wrapped) | int | ||
| ***** 5 | 2 | integer | int | ||
| ***** 5 | _ | = ints | [int] | ||
| **** 4 | ~ | auto = 2 | auto | ||
| *** 3 | $ | = fstInt | int | ||
| ** 2 | + | sum | int | ||
| *** 3 | >> | tail | [int] | ||
| **** 4 | _ | = ints | [int] | ||
| * 1 | "Pass" | string | [chr] | A:int | |
| * 1 | "Fail" | string | [chr] |