Create test_file.lua

This commit is contained in:
iLLeniumStudios
2022-05-03 13:03:55 +02:00
committed by GitHub
parent 613e781f1e
commit 53d2e0cbf9
+7
View File
@@ -0,0 +1,7 @@
print("Hello World")
print(`I am a backtick string`)
CreateThread(function()
while true do
end)