Skip to content

Commit 6fc9a37

Browse files
author
Evgeni Gordeev
committed
2024 day 1
1 parent 35d15fe commit 6fc9a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2024.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To profile with hyperfine - `brew install hyperfine`
1717
## pre-commit
1818

1919
```shell
20-
bin/run-all-solutions.py --dir 2024 --write
20+
bin/run-all-solutions.py --dir 2024 --write # write answers to 2024/answers.txt
2121
hyperfine --warmup 3 -r 10 'find 2024 -type f -regex ".*/[0-9]*\.py" | sort -n | xargs -L 1 python ' | tee 2024/benchmark-m1.txt
2222
```
2323

0 commit comments

Comments
 (0)