package solutions import ( "fmt" ) func PrintStr(str string) { fmt.Print(str) }