#!/usr/bin/ruby h = "hello " w = "world" h = h + w puts h