You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Side project to practice procdural programming in C. Simple double linked list with the ability to append nodes and return nodes at give
indexes in the list.