This commit is contained in:
matthias@arch 2023-12-13 16:32:11 +01:00
parent 04eceded4f
commit 5dfbe7c237
4 changed files with 4 additions and 4 deletions

View File

@ -11,6 +11,6 @@ I used lots of simple bitwise operations because I might implement this solution
```shell
rustc day10.rs
./day10RUN
./day10
```
<!-- lots of bitwise operations -->

View File

@ -9,5 +9,5 @@ Execution time: **0,005 s**
```shell
rustc day11.rs
./day11RUN
./day11
```

View File

@ -16,7 +16,7 @@ This approach is super fast since it has 0 heap allocations in loops and compari
```shell
rustc day13.rs
./day13RUN
./day13
```
<!-- binary encoding ftw -->

View File

@ -124,7 +124,7 @@ else
fi
if [[ -n $howto ]]; then
sed -i "s|HOWTO|$howto|" $readme
sed -i "s|HOWTORUN|$howto|" $readme
fi
if [[ $loc == 0 ]]; then