test
This commit is contained in:
parent
515f90f2db
commit
dd9c98df36
@ -6,13 +6,13 @@ social_media_card = "img/social_cards/blog_infrastructure_as_code.jpg"
|
|||||||
+++
|
+++
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
|
||||||
pub async fn main() -> Result<(), Error> {
|
pub async fn main() -> Result<(), Error> {
|
||||||
let mut infrastructure = Infrastructure::new();
|
let mut infrastructure = Infrastructure::new();
|
||||||
dbg!(infrastructure);
|
dbg!(infrastructure);
|
||||||
|
Ok(())
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
This is [a link](https://example.com) to example.com.
|
This [a link](https://example.com) to example.com.
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 46 KiB |
Loading…
x
Reference in New Issue
Block a user