## This is simply a implementation to test my knowledge about C and linked lists. It's not meant to be anything close to a library
## for helping you with collection types
## This is simply a implementation to test my knowledge about C and linked lists. It's not meant to be anything close to a library for helping you with collection types
This implementation is automatically allocating and freeing memory (kind of). If you wanted to use this implementation make sure to always
call `linked_list_clean(list)` if you're done with your program/list