Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 733 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 733 Bytes

HelloWorld-Rust

A basic "Hello World" program, written in Rust.

Getting up and running

To start an Eclipse Che workspace, you can simply pass this repository's URL to the Che server using the factory url API, e.g.

che.openshift.io/f?url=https://github.com/che-samples/helloworld-rust

Building

If using Che to develop the project, you can use the built-in commands build and run. Alternatively, you can use cargo:

# build
cargo build
# run
cargo run