This is the template for starting a new project based on my LIBFT.
If you don't know nothing about template repositories, read man!
- Be welcome to use my code,
clone
andfork
it! - I will be happy if you
follow
me, orstar
this project, ecpecially if you find it usefull, or use my code! - For all questions be welcome to contact me in any way you want 👋
Here is my mail: elijahkash.code@gmail.com
- make a name for your project
- put in Makefile, CMakeLists.txt, .gitignore and launch.json
- don't forget to exec:
git submodule add https://github.com/elijahkash/libft
if you create new repo from templategit submodule init; git submodule update
if you clone or fork it
- you are ready to compile it!
- write code and enjoy your best_project_ever!