mirror of
https://github.com/samba-team/samba.git
synced 2024-12-29 11:21:54 +03:00
390f19b649
Available under the MIT license. Adding it to see how the build farm likes it. They claim to be 100% pure ANSI C and compile everywhere. Lets see. If it breaks badly, we can remove it again.
4 lines
86 B
Lua
4 lines
86 B
Lua
-- the first program in every language
|
|
|
|
io.write("Hello world, from ",_VERSION,"!\n")
|