From 2b337fc706ea899052d43feeeafed0f0feb31008 Mon Sep 17 00:00:00 2001 From: heavpoot Date: Mon, 28 Dec 2020 08:31:50 +0000 Subject: [PATCH] Add 'testpkg1/lib/testpkg1.lua' --- testpkg1/lib/testpkg1.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testpkg1/lib/testpkg1.lua diff --git a/testpkg1/lib/testpkg1.lua b/testpkg1/lib/testpkg1.lua new file mode 100644 index 0000000..62f116b --- /dev/null +++ b/testpkg1/lib/testpkg1.lua @@ -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") \ No newline at end of file