VAR_0="hello"

function main() {
	/usr/bin/echo "${VAR_0} world"

}
