This commit is contained in:
2025-12-15 23:09:56 +00:00
parent 064504ab2b
commit 9f934e6dd4
2 changed files with 92 additions and 19 deletions

View File

@@ -1,5 +1,7 @@
compile:
gcc day4.c -Werror=switch -o day4 -lcrypto
gcc day4.c -Werror=switch -o day4 -lcrypto -march=native -Ofast -flto
run:
./day4
./day4
run2:
./day4 2