π©βπ Computer Science student at Vistula University
π§ Software Engineering student at 42 Warsaw
π Iβm learning: C, C++, Python, Groovy
Interested in: π₯ Backend Dev π₯ Cybersecurity && Computer Networks π₯ DevOps
π©βπ Computer Science student at Vistula University
π§ Software Engineering student at 42 Warsaw
π Iβm learning: C, C++, Python, Groovy
Interested in: π₯ Backend Dev π₯ Cybersecurity && Computer Networks π₯ DevOps
Write a function that returns a line read from a file descriptor.
C 1
Write your own library: a collection of functions that will be a useful tool for your cursus.
C
A library that contains ft_printf(), a function that mimics the original printf() function.
C
The push_swap is a 42 school algorithm project where we must sort a given list of random numbers with a limited set of instructions, using the lowest possible number of actions.
C