fn main() { test := 'hello' hello := 'world' println('%.*s${hello}${test}') }