hello-world/rust/test.sh
2024-04-04 22:21:21 +02:00

3 lines
58 B
Bash
Executable File

#!/bin/bash
rustc helloworld.rs -o helloworld
./helloworld