#!/usr/bin/env ruby (a, b) = "2, 3".split(",").map(&:to_i) print (a + b)