An open API service indexing awesome lists of open source software.

https://github.com/maxicorrea/c-ayp1-solutions

Solutions for the Algorithms and Programming I guide of UNPAZ (TDD Style)
https://github.com/maxicorrea/c-ayp1-solutions

c exercises testing

Last synced: about 2 months ago
JSON representation

Solutions for the Algorithms and Programming I guide of UNPAZ (TDD Style)

Awesome Lists containing this project

README

        

# c-ayp1-solutions
Solutions for the Algorithms and Programming I guide of UNPAZ (TDD Style)

## The compiler used is gcc (Ubuntu 5.4.0-6ubuntu1 ~ 16.04.10) 5.4.0 20160609

### The command for the execution of the tests is: gcc -std = c99 -Wall exercise_n_test.c exercise_n.c && ./a.out