#include <stdio.h>
int main(int ac, char **av) {
// Let's print hello world!
fprintf(stdout, "Hello, world!\n");
// Maybe something about me?
fprintf(stdout, "================================\n");
fprintf(stdout, "> Job: OPEN FOR OPPORTUNITIES!!!\n");
fprintf(stdout, "> School: 42warsaw\n");
fprintf(stdout, "> Main language: 🇨 \n");
fprintf(stdout, "> Nationality: 🇵🇱 \n");
fprintf(stdout, "> Age and gender: 👦 20yo \n");
fprintf(stdout, "================================\n");
// And maybe some contact info?
fprintf(stdout, "> Twitter: @YakubButOnTwt\n");
fprintf(stdout, "> LinkedIn: www.linkedin.com/in/jakub-oleksiak-369625329\n");
fprintf(stdout, "> gmail: yakubofficialmail@gmail.com\n");
fprintf(stdout, "================================\n");
return (0);
}

Job hunt job hunt
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.