Answers for "how to not print Hello World"

0

how to not print Hello World

function thingthingprintprint()
  b = a
  c = b
  d = c
  if d == a then
    e = d
  end
  print(e)
end
function printprint(thingprint)
  thingprint_two = thingprint
  thingprint_three = thingprint_two
  if thingprint_three == 'Hello World!' then
    thingthingthing = 'Hello World!'
  end
  do
    local thingthingthing_two = thingthingthing
    thingthingthing_three = thingthingthing_two
  end
  a = thingthingthing_three
  thingthingprintprint()
end
printprint('Hello World!')
Posted by: Guest on February-16-2022

Browse Popular Code Answers by Language