Skip to main content
liamvdv
  1. Posts/

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 
}