python2ruby/test/ruby/13.out
2025-12-01 11:39:43 +01:00

3 lines
33 B
Text

def add(a, b)
return a + b
end