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