/Linked-Queue

Linked queue using C language

Primary LanguageCApache License 2.0Apache-2.0

Linked queue 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 linkedQueue.c
  • Run the executable file using the following comand: ./exit
  • Enjoy.