summary refs log blame commit diff stats
path: root/bye.go
blob: 0f010986e36094118e95cc42ef7a6dc2407943d1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                               
package hello

import (
	"fmt"
)

// You say hello I say goodbye.
func Bye () {
	fmt.Println("Bye!")
}