3 lines
53 B
Bash
Executable File
3 lines
53 B
Bash
Executable File
#!/bin/bash
|
|
cargo run -- $1 1000 | python3 driver.py
|