Too Simple

View as PDF

Submit solution

Points: 7
Time limit: 1.0s
Memory limit: 64M

Author:
Problem type
Allowed languages
C, C#, C++, CommonLisp, F#, Haskell, Java, Lisp, OCaml, Pascal, Python, Racket, Ruby, Scheme, Turing, VB, Zig

FatalEagle is sitting in his computer science class, on his laptop. Clearly, he is not paying attention in this situation. However, he gets called on by his computer science teacher to do some problems. Since his computer science teacher did not expect much from FatalEagle, he only needs to output the string Hello, World!. However, simple for you and I may not be simple for FatalEagle, so please help him!

FatalEagle's teacher is clever, and is able to determine that FatalEagle didn't write a solution himself if it uses advanced concepts like strings or numbers. Since you don't want to get caught helping FatalEagle, you must make your code look like his!

Input

There is none.

Output

Hello, World!

Sample Output

Hello, World!

Comments


  • 10
    quantum  commented on Aug. 28, 2016, 3:08 a.m. edited

    Do not discuss solutions in comments... This spoils the problem for other users. If you REALLY want to spoil a problem for yourself, you may do so in private. Not that it is encouraged, mind you.