def add(int a, int b) int { puts "testing" return 3 } puts add(1 2)