Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 177 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 177 Bytes

LastWork

Compilação:

gcc main.c -Wall -lm -g

Teste no Valgrind:

valgrind --track-origins=yes --leak-check=full --show-leak-kinds=all ./a.out