This file is indexed.

/usr/share/doc/lua50/examples/hello.lua is in lua50 5.0.3-7.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
-- the first program in every language

io.write("Hello world, from ",_VERSION,"!\n")