helloworld.md 310 B

+++ date = "2017-12-13T03:00:00+08:00" draft = false tags = [] title = "Hello, world!" math = true highlight = true highlight_languages = ["go"] +++

Hello, world

LaTeX equation

$$ e^{i \pi} + 1 = 0 $$

Code

package main

import "fmt"

func main() {
	return fmt.Println("Hello, world.")
}