Hide

Problem D
Hello, Camp Inc!

/problems/campinc.helloci/file/statement/en/img-0001.jpg
Photo by Glogger

In the 1978 book The C Programming Language, the authors include a very simple example which simply prints “hello, world” to the terminal. Since then, many programming languages have used this as an example, having new programmers print Hello, World! as their very first program.

Keeping this tradition, your job is to write a program which prints “Hello, Camp Inc!” to your terminal.

Input

There is no input for this program.

Output

Output should be one line, containing the string “Hello, Camp Inc!”.

Sample Input 1 Sample Output 1
Hello, Camp Inc!

Please log in to submit a solution to this problem

Log in