view test.md @ 2:be229b2e3b19

Add some more stuff to test.md
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 16 Jun 2020 14:29:49 +0200
parents adf9c2b90279
children 20d89feaa7d7
line wrap: on
line source

# Rubrik
Lite text måste man ha.
Och kanske en lista
* LOL
* LAL

En [länk](www.werpers.com) är alltid trevligt

```golang
func hello(i int) string {
    return fmt.Printf("Hello Mr. %d\n", i)
}
```

## Some logic

We also need a table

| A | B | A or B | A and B |
|---|---|--------|---------|
| 0 | 0 | 0      | 0       |
| 0 | 1 | 1      | 0       |
| 1 | 0 | 1      | 0       |
| 1 | 1 | 1      | 1       |

## TODO
Some things need doing
 - [x] Build the simplest possible markdown commandline utility
 - [ ] Save the world