On a Linux system, I want to read some text and pass it as an argument to a Clojure file like this
cat ./some-text.txt | clj ./solution.clj
I