Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 148 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 148 Bytes

data_structure

Como executar ?

Compiladores

  • clang
  • cc
  • gcc
    $~ <COMPILADOR> -std=c99 -Wall *.c -o main
    $~ ./main