Print the given ASCII art helicopter exactly as shown, with no trailing spaces on any line.
Write a program that prints the helicopter shown below.
=================== ____||___ \ / / []\ X======= \__ / \ \____________| || || \-----------/
Print the helicopter with no extra spaces. In particular, no line may end with a space.