blob: afcf81f651b3db7d5a9767e72e60a2795697bc99 [file] [log] [blame]
package P
import "fmt"
func before(s string) { fmt.Printf("%s\n", s) }
func after(s string) { fmt.Println(s) }