Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
ElmerCSC
Edit Copy
Star
GitHub Repository:
ElmerCSC/elmerfem
Path:
blob/devel/contrib/lua-5.1.5/test/hello.lua
3
2
0
3
views
1
-- the first program in every language
2
3
io.write
(
"Hello world, from "
,
_VERSION
,
"!\n"
)
4
5