Skip to content

Latest commit

 

History

196 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

My states programming:


#include <stdio.h>
#include "daily.h"

void print_presentation()
{
    printf("%s\n", "Hi there, I'm Julio C.M. Cândido!");
    printf("%s\n", "Living in Belo Horizonte - MG, Brazil.");
    printf("%s\n", "30 years old.");
    printf("%s\n", "Embedded Software and Assembly Lang Programmer");
    printf("%s\n", "Working at Aiko Logic");
}

int main(int argc, char const *argv[])
{
    soul_t soulID = born();
    print_presentation();
    while (still_alive(&soulID))
    {
      wake_up();
      code();
      eat();
      code();
      sleep();
    }
    return 0;
}

👉 Nickname: JulioRats 👈

Social

Skill

C C++ Python Shell JavaScript MySQL Linux

About

Computer scientist focused on the area of ​​optimization and Back-End development

🎮 Interested in game creation and gameplay with friends

🔭 I live creating strange things around.

github snake animation



Visitor Count

Visitor Badge

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors