Created
          January 2, 2021 22:31 
        
      - 
      
- 
        Save HashRaygoza/1b8f367140300e038eb03ac9048dc308 to your computer and use it in GitHub Desktop. 
    Emojis en C
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #include <stdio.h> | |
| #define π 0; | |
| void πΈπΈπΈπΈπΈ() { | |
| printf("πΈ Miau\n"); | |
| } | |
| void π²() { | |
| printf("π² Esto funciono!!! π²\n"); | |
| } | |
| void π₯() { | |
| printf("<inserte tema de Miami Vice>\n"); | |
| } | |
| void πππππ(int π){ | |
| printf("DEAL WITH IT\n"); | |
| for(int π§=0; π§ < π; π§++) { | |
| for(int π¦=0; π¦ <= π§; π¦++ ){ | |
| printf("π"); | |
| } | |
| printf("\n"); | |
| } | |
| } | |
| int main() { | |
| πΈπΈπΈπΈπΈ(); | |
| π²(); | |
| π₯(); | |
| πππππ(10); | |
| return π; | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment