packages1/testpkg1/lib/testpkg1.lua

3 lines
162 B
Lua

print("Hello, testpkg1 user! Why are you using testpkg1? You really shouldn't.")
print("It may or may not be about to require testpkg2.")
require("/lib/testpkg2")