#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: [email protected]\n");
fprintf(stdout, "================================\n");
return (0);
}
π«
Learning Assembly, this time!
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.