Skip to content

rene-roid/rene-roid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 

Repository files navigation

Hellooooooo!

Hi im fernando

Things that i am bad:

  • Programming: If it works, it works. No need to ask why. 🤷‍♂️
  • Problem Solving: Got a degree in Googling code snippets.
  • Teamwork: I'm a team player, as long as I'm the only one on the team.
  • A little bit more about me

    #include <stdio.h>
    
    int main() {
        const char* code[] = {"C#", "SQL", "Java", "JavaScript", "TypeScript", "React"};
        const char* learning = "C, C++, PHP";
        const char* workingOn = "Personal Projects";
        const char* interests = "Game Development (Unity)";
        const char* status = "Employed (taken)";
    
        printf("Code: ");
        for(int i = 0; i < 6; i++) {
            printf("%s ", code[i]);
        }
        printf("\nLearning: %s\n", learning);
        printf("Currently Working On: %s\n", workingOn);
        printf("Interests: %s\n", interests);
    
        return 0;
    }

    About

    Yuuki's portfolio

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

     
     
     

    Contributors