mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 04:01:24 +00:00
8 lines
102 B
Lua
8 lines
102 B
Lua
print("Hello World")
|
|
|
|
print(`I am a backtick string`)
|
|
|
|
CreateThread(function()
|
|
while true do
|
|
end)
|