Skip to content

Instantly share code, notes, and snippets.

@gaobocn-zz
gaobocn-zz / exercise.tour.go
Created June 11, 2017 13:33 — forked from zyxar/exercise.tour.go
tour.golang exercise solutions
/* Exercise: Loops and Functions #43 */
package main
import (
"fmt"
"math"
)
func Sqrt(x float64) float64 {
z := float64(2.)
@gaobocn-zz
gaobocn-zz / .vimrc
Created February 10, 2017 21:41
My .vimrc
colorscheme desert
syntax on
set hlsearch
set nu
"smartindent
set si
"enable backspace
set backspace=2
"expand tab to space
@gaobocn-zz
gaobocn-zz / bo-gao-freecodecamp-tribute-page.markdown
Created December 23, 2016 17:30
Bo Gao FreeCodeCamp Tribute Page