Solve challenge 5
This commit is contained in:
parent
27539840e3
commit
55fba9cfd2
3 changed files with 44 additions and 0 deletions
|
@ -7,3 +7,4 @@ executable('ex01', ['ex01/main.c', 'utils.c'], dependencies: m_dep)
|
|||
executable('ex02', ['ex02/main.c', 'utils.c'], dependencies: m_dep)
|
||||
executable('ex03', ['ex03/main.c', 'utils.c'], dependencies: m_dep)
|
||||
executable('ex04', ['ex04/main.c', 'utils.c'], dependencies: m_dep)
|
||||
executable('ex05', ['ex05/main.c', 'utils.c'], dependencies: m_dep)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue