Skip to content

Instantly share code, notes, and snippets.

View jasontconnell's full-sized avatar

Jason Connell jasontconnell

View GitHub Profile
@jasontconnell
jasontconnell / 22.go
Created December 30, 2015 14:50
Advent of Code Day 22 in Go #golang
package main
import (
"fmt"
"time"
"math/rand"
"runtime"
"sync"
)
package main
import (
"fmt"
"time"
"gopkg.in/mgo.v2"
"gopkg.in/mgo.v2/bson"
"encoding/json"
"os"
)