mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
5 lines
51 B
Bash
Executable file
5 lines
51 B
Bash
Executable file
#!/bin/sh -eux
|
|
|
|
cargo new hello
|
|
cd hello
|
|
cargo run
|