3 lines
162 B
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") |