Move useful functions to separate file
This commit is contained in:
parent
2d2cb64b8d
commit
90ec7de0ac
5 changed files with 52 additions and 37 deletions
|
@ -1,2 +1,3 @@
|
|||
project('cryptopals', 'c')
|
||||
executable('ex01', 'ex01/main.c')
|
||||
|
||||
executable('ex01', ['ex01/main.c', 'utils.c'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue