+++ date = "2017-12-13T03:00:00+08:00" 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.")
}