| Bytes | Lang | Time | Link |
|---|---|---|---|
| 002 | BQN CBQN | 241206T203947Z | arutonee |
BQN (CBQN), 2 bytes
!↕
! will error on anything that's not 1. ↕ creates a list of numbers, and a list is never 1.
| Bytes | Lang | Time | Link |
|---|---|---|---|
| 002 | BQN CBQN | 241206T203947Z | arutonee |
!↕
! will error on anything that's not 1. ↕ creates a list of numbers, and a list is never 1.