// Copyright © 2016 ChaiShushan (chaishushan{AT}gmail.com).
// License: https://creativecommons.org/licenses/by-nc-sa/4.0/

package hello

import (
	"testing"
)

func TestSayHello(t *testing.T) {
	SayHello()
}