2024-11-06 14:41:37 +01:00
|
|
|
+++
|
|
|
|
title = "Product Development"
|
|
|
|
description = "Software Development Consulting"
|
|
|
|
weight = 3
|
2024-11-11 10:14:50 +01:00
|
|
|
draft = true
|
2024-11-06 14:41:37 +01:00
|
|
|
+++
|
|
|
|
|
|
|
|
## TODO
|
|
|
|
|
|
|
|
```rust
|
|
|
|
fn main() {
|
|
|
|
println!("Hello, World!");
|
|
|
|
}
|
|
|
|
|
|
|
|
```
|