Skip to main content
11 of 13
title formatting and fixed TIO by removing the two spaces
Kevin Cruijssen
  • 136.3k
  • 14
  • 155
  • 394

#C# with 27 bytes (thanks to Lukas Lang)

(a,b)=>$"{a.Length}.{a}{b}" 

tio.run lambda

Soleil
  • 131
  • 4