Hello, world!
Hello, world
LaTeX equation
$$ e^{i \pi} + 1 = 0 $$
Code
package main
import "fmt"
func main() {
return fmt.Println("Hello, world.")
}
$$ e^{i \pi} + 1 = 0 $$
package main
import "fmt"
func main() {
return fmt.Println("Hello, world.")
}