helloworld.md 293 B

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