# #![allow(unused_variables)]
#
#fn main() {
## Graphs
```bob
Simple Linear graph
^ .-.
| / \
| /\ .--' \ _.-._.-._.-
| / \/ \/
|/
+----------------------------->
Safety
^
| Rust
| Java
| Python
| C++
+-----------------------------> Control
Decorated graph
/\
/ \
/ \
/ \
/ Safety \
/----------\
| .--.
| .--. (Rust)
| .----. (Java) `--'
| (Python) `--' .-. +-------\
| `----' (C++) | \
+-------------------------`-'---+ Control )
| /
+-------/
^ ⢠⣤⡀⢀⣴⣆⠀⢀⣤⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀ ⠀⠀|⠀⠀⠀⣀⠀⠀⣿⣷⣤⣿⣿⣷⣾⣿⣿⣷⣿⣿⣧⣴⣾⣇⠀⠀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀ ⠀⠀|⠀⠀⠀⣿⣿⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⣿⣿⠀⠀⠀⠀
+------------------------------>
```
{{#playpen Graphs.md}}
#}