one fable-low hijack cell
pair nim / yes
envelope en_pipe
ordering BA
effort low
English with pipe '|' — '{X} | {Y}'
verdictpicked nim (first-offered)
· classifierA
· tiernone
response (200 chars)
That looks like a shell command — piping `yes` into `nim`. Here's what would happen:
- **`yes`** outputs the string `y` (followed by a newline) infinitely.
- **`nim`** is the Nim compiler. Invoked wi
neighbors