add demo (#17)
This commit is contained in:
parent
0766aef930
commit
eaffce5c6d
3 changed files with 8 additions and 0 deletions
|
|
@ -147,6 +147,10 @@ App::new()
|
|||
|
||||
You should then see `my_print: 'Hello world!'` printed in your console.
|
||||
|
||||
### Demo
|
||||
|
||||

|
||||
|
||||
### Provided examples
|
||||
|
||||
You can also try running provided examples by cloning this repository and running `cargo run --example <example_name>_<language_name>`. For example:
|
||||
|
|
|
|||
BIN
demo.gif
Normal file
BIN
demo.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.7 MiB |
|
|
@ -145,6 +145,10 @@
|
|||
//!
|
||||
//! You should then see `my_print: 'Hello world!'` printed in your console.
|
||||
//!
|
||||
//! ## Demo
|
||||
//!
|
||||
//! 
|
||||
//!
|
||||
//! ## Provided examples
|
||||
//!
|
||||
//! You can also try running provided examples by cloning this repository and running `cargo run --example <example_name>_<language_name>`. For example:
|
||||
|
|
|
|||
Loading…
Reference in a new issue