packages1/testpkg1/lib/testpkg1.lua

3 lines
162 B
Lua
Raw Normal View History

2020-12-28 08:31:50 +00:00
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")