Thunno 2, 4 bytes (no header/footer)
Ɓ+1|
Explanation
Ɓ+ # Without popping, add top two values
1| # Replace a 0 with a 1
# Implicit output
The Thonnu
- 18.7k
- 3
- 19
- 76
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Ɓ+1|
Ɓ+ # Without popping, add top two values
1| # Replace a 0 with a 1
# Implicit output