const main: function = (input: string or integer): void { const hello: string = input + " world!" const bye: string = "bye!" return hello + " " + bye }