Coding Problem

Three Hashes

SOLVEDEASY

Write a program that prints three hashes (###) as output.

Sample Input
""
Sample Output
"###"
Loading...