hello-world/rust/test.sh

3 lines
58 B
Bash
Raw Normal View History

2024-04-04 20:21:21 +00:00
#!/bin/bash
rustc helloworld.rs -o helloworld
./helloworld