### C++
- Langage compilé
- Héritage du C++
```cpp
#include
int main() {
std::cout << "Hello C++" << std::endl;
}
```
### Rust
- Langage compilé sécurisé
- Gestion mémoire sans GC
```rust
fn main() {
println!("Hello Rust");
}
```
---
## Images
---
## Call to action
I propose the **following** actions to take place *yesterday* 😁
- Do this
- Do that