Hide
Problem A
Warmup
Before we get into things, let’s get you started with a warmup.
Input
There is no input for this problem.
Output
Output the given ASCII art exactly as it appears (No trailing whitespaces or newlines before or after).
(Hint: you’ll need to be careful with backslashes in most languages, you’ll need to put two backslashes together to get a single backslash).
| Sample Input 1 | Sample Output 1 |
|---|---|
--------------------- ||||\ \ / | | | | \ / | | ||||/ | | | | | | | | ||||/ | \_/ --------------------- |