/** *

Rodrigo Arce - Resume

*
*

Hi!

*

I'm programmer and this HTML summarize my life.

int main() { int your_status; scanf("%d", &your_status); /* status */ #define INTERESTED 0 #define BORING 1
/* if you're more interested in me.. */
if(your_status == INTERESTED) printf("
Download my complete resume in pdf.\n");
/* if you're bored.. */
if(your_status == BORING) printf("
Read my blog..\n");
return 0; }
void

Skills

(char *PHP_Senior, char *JavaScript_UI) { strcpy(PHP_Senior, "PHP and MYSQL"); strcpy(JavaScript_UI, "JS, AJAX and DOM"); } BOOLEAN

Jobs

(BOOLEAN currently_in_Teracode) { currently_in_Teracode = TRUE; return currently_in_Teracode; } double

Education

(double computer_sciences) { double code = 12; return code * computer_sciences; } int

Interests

(int play_football, int fan_All_Boys) { return (play_football < 0 && fan_All_Boys < 0); }