Sha256: bee21e244ec3098a18cc2bd535b10c9a0ce7fc014cd3b46cbc712bb79a812a5e

Contents?: true

Size: 665 Bytes

Versions: 295

Compression:

Stored size: 665 Bytes

Contents

-- This is a "stub" file.  It's a little start on your solution.
-- It's not a complete solution though; you have to write some code.

-- Table to be returned by the hello-world module.
local hello_world = {}

-- Add the hello() function to the table returned by this module.
function hello_world.hello()
  -- Write some code here to pass the test suite.

  -- When you have a working solution, REMOVE ALL THE STOCK COMMENTS.
  -- They're here to help you get started but they only clutter a finished solution.
  -- If you leave them in, reviewers will protest!
  return ''
end

-- Return the hello_world table to make it accessible as a module.
return hello_world

Version data entries

295 entries across 295 versions & 1 rubygems

Version Path
trackler-2.0.8.36 tracks/lua/exercises/hello-world/hello-world.lua
trackler-2.0.8.35 tracks/lua/exercises/hello-world/hello-world.lua
trackler-2.0.8.34 tracks/lua/exercises/hello-world/hello-world.lua
trackler-2.0.8.33 tracks/lua/exercises/hello-world/hello-world.lua
trackler-2.0.8.32 tracks/lua/exercises/hello-world/hello-world.lua
trackler-2.0.8.31 tracks/lua/exercises/hello-world/hello-world.lua
trackler-2.0.8.30 tracks/lua/exercises/hello-world/hello-world.lua
trackler-2.0.8.29 tracks/lua/exercises/hello-world/hello-world.lua
trackler-2.0.8.28 tracks/lua/exercises/hello-world/hello-world.lua
trackler-2.0.8.27 tracks/lua/exercises/hello-world/hello-world.lua
trackler-2.0.8.26 tracks/lua/exercises/hello-world/hello-world.lua
trackler-2.0.8.24 tracks/lua/exercises/hello-world/hello-world.lua
trackler-2.0.8.23 tracks/lua/exercises/hello-world/hello-world.lua
trackler-2.0.8.22 tracks/lua/exercises/hello-world/hello-world.lua
trackler-2.0.8.21 tracks/lua/exercises/hello-world/hello-world.lua
trackler-2.0.8.20 tracks/lua/exercises/hello-world/hello-world.lua
trackler-2.0.8.19 tracks/lua/exercises/hello-world/hello-world.lua
trackler-2.0.8.18 tracks/lua/exercises/hello-world/hello-world.lua
trackler-2.0.8.17 tracks/lua/exercises/hello-world/hello-world.lua
trackler-2.0.8.16 tracks/lua/exercises/hello-world/hello-world.lua