# Project

This project does something.

## Code Example

```rust
fn main() {
    println!("Hello");
}
