8 lines
88 B
Bash
8 lines
88 B
Bash
#!/bin/bash
|
|
|
|
echo "= Part 1 ="
|
|
./day09 448 71628
|
|
|
|
echo "= Part 2 ="
|
|
./day09 448 7162800
|