fix RUN
This commit is contained in:
parent
04eceded4f
commit
5dfbe7c237
@ -11,6 +11,6 @@ I used lots of simple bitwise operations because I might implement this solution
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
rustc day10.rs
|
rustc day10.rs
|
||||||
./day10RUN
|
./day10
|
||||||
```
|
```
|
||||||
<!-- lots of bitwise operations -->
|
<!-- lots of bitwise operations -->
|
||||||
|
@ -9,5 +9,5 @@ Execution time: **0,005 s**
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
rustc day11.rs
|
rustc day11.rs
|
||||||
./day11RUN
|
./day11
|
||||||
```
|
```
|
||||||
|
@ -16,7 +16,7 @@ This approach is super fast since it has 0 heap allocations in loops and compari
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
rustc day13.rs
|
rustc day13.rs
|
||||||
./day13RUN
|
./day13
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- binary encoding ftw -->
|
<!-- binary encoding ftw -->
|
||||||
|
@ -124,7 +124,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n $howto ]]; then
|
if [[ -n $howto ]]; then
|
||||||
sed -i "s|HOWTO|$howto|" $readme
|
sed -i "s|HOWTORUN|$howto|" $readme
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $loc == 0 ]]; then
|
if [[ $loc == 0 ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user