+++ date = 2017-12-13 draft = false tags = [] title = "Hello, world!" math = true highlight = true highlight_languages = ["go"] +++
$$ e^{i \pi} + 1 = 0 $$
package main import "fmt" func main() { return fmt.Println("Hello, world.") }