exercism / x86-64-assembly

Exercism exercises in x86-64 Assembly.
https://exercism.org/tracks/x86-64-assembly
MIT License
22 stars 18 forks source link

add linked list exercise #155

Closed sudhackar closed 2 years ago

sudhackar commented 2 years ago

Adding linked list exercise from https://github.com/exercism/problem-specifications/tree/main/exercises/linked-list

Example solution passed the build

sudhackar commented 2 years ago

Sorry. Looks like I messed up. Will raise another PR.