Solutions to https://adventofcode.com/
Copy the input text from the website, then:
pbpaste | sed -r 's/$/",/g' | sed -r 's/^/"/' | sed '$ s/.$//' | pbcopy
Solutions to https://adventofcode.com/
Copy the input text from the website, then:
pbpaste | sed -r 's/$/",/g' | sed -r 's/^/"/' | sed '$ s/.$//' | pbcopy