Skip to content

Instantly share code, notes, and snippets.

@benjic
benjic / sample.go
Last active December 18, 2015 18:19 — forked from codeeval/sample.py
package main
/*
Here is a sample construct that reads a file name supplied as an argument and
allows you, the programmer, to easily work with the supplied parameters. Have Fun!
*/
import (
"bufio"
"os"