Skip to content

Instantly share code, notes, and snippets.

@madaan
Last active January 3, 2016 03:18
Show Gist options
  • Save madaan/8400899 to your computer and use it in GitHub Desktop.
Save madaan/8400899 to your computer and use it in GitHub Desktop.
Simple tester for our package.
// shf.go
package main
import (
"github.com/madaan/shuffler"
)
func main() {
shuffler.Shuffle_sentence("All work and no play makes jack a dull boy")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment