rcasanovan / Linked-List

Linked list using C language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linked list using C language

Steps

  • Download gcc.
  • Open the terminal.
  • Use the following comand in order to compile the .c file: gcc -Wall -Werror -o exit linkedList.c
  • Run the executable file using the following comand: ./exit
  • Enjoy.

About

Linked list using C language

License:Apache License 2.0


Languages

Language:C 100.0%