009. Hello CodeRams
time limit per test
1 second
memory limit per test
256 megabytes
input
standard input
output
standard output

A hello world program is an essential starting point for all coders. In this problem, write a program to print out "Hello CodeRams".

In Python, you can print text using the print command. So, for this problem, type print("Hello CodeRams").

You can download Python here.

Output

Output "Hello CodeRams"

Example
Input
there is no input for this problem
Output
Hello CodeRams