# 12353 - C is for Cat >author: Utin ###### tags: `output` --- ## Brief See the code below ## Solution 0 ```c= #include<stdio.h> int main() { printf(" ^ ^ \n(=-w-=)----?\n \" \" \" \" \n"); } // By Utin ``` ## Reference