add demo (#17)

This commit is contained in:
Jarosław Konik 2024-06-16 07:54:48 +02:00 committed by GitHub
parent 0766aef930
commit eaffce5c6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 0 deletions

View file

@ -147,6 +147,10 @@ App::new()
You should then see `my_print: 'Hello world!'` printed in your console.
### Demo
![demo](demo.gif)
### 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 MiB

View file

@ -145,6 +145,10 @@
//!
//! You should then see `my_print: 'Hello world!'` printed in your console.
//!
//! ## Demo
//!
//! ![demo](demo.gif)
//!
//! ## Provided examples
//!
//! You can also try running provided examples by cloning this repository and running `cargo run --example <example_name>_<language_name>`. For example: