#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, @Vizja-University\n");
	fprintf(stdout, "> Main language: 	π¨ \n");
	fprintf(stdout, "> Nationality: 	π΅π± \n");
	fprintf(stdout, "> Age and gender:	π¦ 21yo \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);
}
octocat
    C / C++ developer from Poland
- Poland
 - 
        
  03:04
  
(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.


