Skip to content

Instantly share code, notes, and snippets.

View gernest's full-sized avatar

Geofrey Ernest gernest

  • Arusha, Tanzania
  • 08:06 (UTC +03:00)
View GitHub Profile
@gernest
gernest / godays.go
Created January 8, 2014 14:31
A simple commandline calendar in go
package main
import (
"fmt"
"time"
)
func main() {
//A simple application for printing out a calendar
//Algorithm used(Hey I'm no good in algorithms just