Post 100
Hi! I’m apache. Here’s a codeblock:
local function hello(name)
print("Hello, %s":format(name))
end
hello("Apache")
I'm a hobby developer who writes mediocre code.
Hi! I’m apache. Here’s a codeblock:
local function hello(name)
print("Hello, %s":format(name))
end
hello("Apache")