summaryrefslogtreecommitdiff
path: root/drafts/posts/apple-time.md
blob: e012fc5ec2fac3f880b2a3d9851be1d3a728e3c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
+++
title = "My first post"
summary = "Stub post for buildablog"
+++

# Roses are red

Violets are blue, etc.  
<br>
```go
package main

import "fmt"

func main() {
    fmt.Println("Hello world!")
}
```
<br>

[This is a link](https://example.com)