#!/usr/local/bin/ruby

result = `uptime`
print result
	
