Add 'testpkg1/lib/testpkg1.lua'

This commit is contained in:
heavpoot 2020-12-28 08:31:50 +00:00
parent 942e5f526d
commit 2b337fc706
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
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")