local function makeHello(name: string): string return "Hello, " .. name .. "!" end return makeHello