Solve challenge 2

This commit is contained in:
Dimitri Lozeve 2020-06-02 21:19:41 +02:00
parent 90ec7de0ac
commit 2a2c19be37
2 changed files with 30 additions and 0 deletions

View file

@ -1,3 +1,4 @@
project('cryptopals', 'c')
executable('ex01', ['ex01/main.c', 'utils.c'])
executable('ex02', ['ex02/main.c', 'utils.c'])