hello.lua on window cannot load hello2

the path does not seem to be right

adding

package.path = ‘?.lua;’…package.path before

require “hello2”

Andre