11 lines
210 B
Markdown
11 lines
210 B
Markdown
# Hello World Example
|
|
|
|
This is a basic 'hello world' example. It simply returns 'hello world!' when
|
|
requesting '/' via an HTTP GET.
|
|
|
|
To run the example server, run:
|
|
|
|
```bash
|
|
make example EXAMPLE=HelloWorld
|
|
```
|