c
This commit is contained in:
5
2015_day_4/Makefile
Normal file
5
2015_day_4/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
compile:
|
||||
gcc day4.c -Werror=switch -o day4 -lcrypto
|
||||
|
||||
run:
|
||||
./day4
|
||||
Reference in New Issue
Block a user