mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 05:21:23 +00:00
10 lines
137 B
Markdown
10 lines
137 B
Markdown
# Hello World demo
|
|
|
|
This example shows how to create a simple TUI with a text.
|
|
|
|
To run this demo:
|
|
|
|
```shell
|
|
cargo run -p hello-world
|
|
```
|