This commit is contained in:
Aldo Funes 2025-03-11 11:31:34 +00:00
parent 515f90f2db
commit dd9c98df36
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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