mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-09-01 02:38:56 +00:00
Create test_file.lua
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
print("Hello World")
|
||||
|
||||
print(`I am a backtick string`)
|
||||
|
||||
CreateThread(function()
|
||||
while true do
|
||||
end)
|
||||
Reference in New Issue
Block a user