Post History
Vyxal Ṫ, 3 bytes ?\? Try it Online! Outputs N1?, which when run with the same flag as P1, will add the two inputs together. Try it Online!
#1: Initial revision
# [Vyxal](https://github.com/Lyxal/Vyxal) `Ṫ`, 3 bytes
```
?\?
```
[Try it Online!](https://lyxal.pythonanywhere.com?flags=Ṫ&code=%3F%5C%3F&inputs=6&header=&footer=)
Outputs `N1?`, which when run with the same flag as P1, will add the two inputs together.
[Try it Online!](https://lyxal.pythonanywhere.com?flags=Ṫ&code=6%3F&inputs=9&header=&footer=)
