What is liamv.dev?
·1 min
great question… #
… mostly a place to tinker with ideas, share thoughts and reflect on experiences.
func HelloBy(m, a, i, l string) { // qa: use variadic func
return l + i + a + m
}
… mostly a place to tinker with ideas, share thoughts and reflect on experiences.
func HelloBy(m, a, i, l string) { // qa: use variadic func
return l + i + a + m
}