# https://open.kattis.com/problems/hello
# CPU time limit: 1s
# Difficulty: 1.2 Easy

# 19 chars
puts "Hello World!"
