15 lines
154 B
Markdown
15 lines
154 B
Markdown
|
+++
|
||
|
title = "Software"
|
||
|
description = "Software Development Consulting"
|
||
|
weight = 1
|
||
|
+++
|
||
|
|
||
|
## TODO
|
||
|
|
||
|
```rust
|
||
|
fn main() {
|
||
|
println!("Hello, World!");
|
||
|
}
|
||
|
|
||
|
```
|