#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 Formiga-MG, Brazil.");
printf("%s\n", "28 years old.");
printf("%s\n", "Low-Level/Assembly Lang Programmer");
}
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;
}
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.