Skip to content

rcasanovan/Linked-Queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages