#Aceto , 9 bytes
ir+1
ri+p
Super straightforward. Prints the sum of the two inputs and 1. If I can assume for the inputs to be on the stack already, there's a 5-byte solution:
1+
+p
Aceto , 9 bytes
ir+1
ri+p
Super straightforward. Prints the sum of the two inputs and 1. If I can assume for the inputs to be on the stack already, there's a 5-byte solution:
1+
+p