Skip to content

rafaellcoellho/linked-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linked List

A simple linked list implementation for a blog post.

Prerequisites

Install meson and ninja to build the project.

Usage

Compile and run

$ meson build
$ cd build
$ ninja
$ ./src/main

Authors

About

A simple linked list implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published