Skip to content
View Damian-Bozic's full-sized avatar
Block or Report

Block or report Damian-Bozic

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
Damian-Bozic/README.md
  • 👋 Hi, I’m @Damian-Bozic
  • 👀 I’m interested in video games, modding those video games, electronics, and a bunch of other stuff
  • 🌱 I’m currently learning at 42 Warsaw
  • 💞️ I’m looking to collaborate on code and maybe gamedev at some point
  • 📫 How to reach me: [email protected]
  • ⚡ Fun fact: I am certified in wood joinery!

Popular repositories Loading

  1. Libft Libft Public

    My up to date library that I use for C language projects at 42 Warsaw.

    C 2

  2. ft_printf ft_printf Public

    An additional function that mimics printf for use with my libft library

    C 2

  3. get_next_line get_next_line Public

    A function that returns a new line from a chosen file descriptor each time its called.

    C 2

  4. so_long so_long Public

    A little 2D game where you have to collect objects then find an exit. My first use of MINILIBX and first ever game!

    C 2

  5. Damian-Bozic Damian-Bozic Public

    Config files for my GitHub profile.

  6. push_swap push_swap Public

    A program that efficiently sorts a stack full of integers using another empty stack and limited commands.

    C