Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 299 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 299 Bytes

gci-hello-world-rust

Hello World Program in Rust for GCI!

To build, make sure you have rust installed and in path. Then on a teminal type.

git clone https://github.com/wmstack/gci-hello-world-rust.git
cd git-hello-world-rust/

chmod +x ./build.sh
./build.sh
#or rustc hello.rs

./hello