# https://open.kattis.com/problems/classfieldtrip
# 1s
# 1.4 Easy

# 28 chars Top 10 place 4
# Thankfully it doesn't matter that there are two newlines in the output.
puts $<.read.chars.sort.join

