package solutions func Concat(a, b string) string { return a + b }