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)
- Host: GitHub
- URL: https://github.com/maxicorrea/c-ayp1-solutions
- Owner: MaxiCorrea
- License: gpl-3.0
- Created: 2018-07-26T17:43:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-29T03:18:30.000Z (over 6 years ago)
- Last Synced: 2025-01-11T01:12:13.552Z (4 months ago)
- Topics: c, exercises, testing
- Language: C
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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