# MinaCoding2024_10Mins

For the 20th day of **MinaCoding2024 : "10 minutes"** , ***Under400remixed****is* recoded in **LiveCodingYoutube.** Decided to do a speedrun that took less than three minutes.

The original ***Under400*** : [https://blog.illestpreacha.com/minacoding2024time1](https://blog.illestpreacha.com/minacoding2024time1)

## Poetry

```javascript
The Limits
Make Pivots
Beyond a threshold
To work around the code
```

## Video

%[https://youtu.be/pwB9PVW59ow] 

## LiveCodingYoutube Code

```javascript
x = 'jX1LQUxrGrY'

create(3,3,x)

speed([0,4,8],0.5)
speed([1,2,3],-2.5)
speed([6,7],-0.10)


jump([0,1,5],10,10)
jump([2,4,7],3,3)

play(all)
```
