run.sh 72 B

1234567
  1. #!/usr/bin/bash
  2. IN="$(mktemp --suffix .go)"
  3. cat > "$IN"
  4. go run "$IN"