# Genuary2026_OneLineArt

# Zrenitch

For the 20th Prompt of **Genuary2026**: `One Line`, “**Zrenitch**” Uses One line of ***Ruby/SonicPi*** to make visual symbols out of letters in a customized font and effects

## Images

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1769144797111/3fccfd38-e70d-4a8e-a020-d85324f30fd6.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1769144804510/15425b0f-227b-495a-beb6-274365f6f9dd.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1769144815014/abfe3ce4-b8fa-4fe2-a0cb-bfd7f6931cec.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1769144821174/2b77a5db-d238-4749-adc7-f605b124fa15.png align="center")

## Code

```ruby
15.times {(('a'..'ba').step(rrand_i(3,9)).to_a.shuffle.join('+ '))}
```
