Skip to content
View itsYakub's full-sized avatar
🫠
Learning Assembly, this time!
🫠
Learning Assembly, this time!

Block or report itsYakub

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
itsYakub/README.md

About me ✨

#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);
}

Toolbox 🧰

πŸ“š Languages

My Skills

Editors πŸ’»

My Skills

Projects πŸ’–

Readme Card Readme Card Readme Card

Readme Card Readme Card

Pinned Loading

  1. Bucket-List Bucket-List Public

    What I want to create during my life

  2. Silk Silk Public

    Single-Header CPU graphics library

    C 23 4

  3. OpenGL-Template OpenGL-Template Public template

    Basic template for OpenGL development in C

    CMake