Ruby, 25 bytes
->a{a.take_while &:even?}
I think I lose...
MegaTom
- 4.3k
- 1
- 22
- 24
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchange->a{a.take_while &:even?}
I think I lose...