Skip to content
View rene-roid's full-sized avatar
😳
Oh, hi there
😳
Oh, hi there

Organizations

@H-R-Games

Block or report rene-roid

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rene-roid/README.md

Hellooooooo!

Hi im fernando

Things that i am bad:

  • Programming: If it works, it works. No need to ask why. 🤷‍♂️
  • Thinking: 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)";
    
        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;
    }

    Pinned Loading

    1. CannonStealth/Notes CannonStealth/Notes Public

      Some useful Notes to improve your code.

      Python 8 5