run.sh 54 B

12345
  1. IN="$(mktemp --suffix .go)"
  2. cat > "$IN"
  3. go run "$IN"