Lesson 1: Introduction, Compilers, Enviroments, your first software Exercise 1: Your new teacher loves the ASCII art. You have decided to create an artistic figure by a software written in C. The figure could be like this one but also different. The important stuff is: the figure must contain these characters: /, \, %, +, -, ", ', *. , , /( )` \ \__ / | /- _ `-/ ' (/\/ \ \ /\ / / | ` \ O O ) | `-^--'`< ' (_.) _ ) / `.___/` / `-----' / <----. __ / __ \ <----|====O)))==) \) /====E <----' `--' `.__,' \ | | \ / ____( (_ / \______ ,' ,----' | \ `--{__________) \/ Exercise 2: You want create something more complex then the previous software and so you decide to encrypt the printf() with a lot of escaping sequences. The figure must be unvisible into the source code. Remember: \t is a tab, \n a new line and "" an empty string.