aoc-2022/01/nyaa.sh

5 lines
77 B
Bash
Executable file

#!/bin/bash
in=$(./meow.sh 3 | tr '\n' '+' | sed -E 's/\+$//')
echo $((in))