#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: @BankMillennium\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: [email protected]\n");
fprintf(stdout, "================================\n");
return (0);
}

octocat
C / C++ developer from Poland
- Poland
-
13:25
(UTC -12:00) - https://itsyakub.github.io/
- @YakubButOnTwt
Pinned Loading
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.