WARNING: Unstable because of the PRs
Oh boy! Where all the magic happened and happens!
If your issue is related to the master
branch, try NOT using the branch, Use the release Branch
and Release
s
This is the repo where i plan to collect and code Hello World in many possible platforms as possible in only one repository
The Python version is much easier, all you need is a command prompt, then go to the python folder and type the python file name [e.g C:users*user*desktoppythonhelloworldadv.py]
If so happens that you cannot run the code for python, use the code below and see if it works:
print("Hello World!")
input()
The Lua one is a little bit more involving, First, you have to install lua which you can at here, or if you don't want to involve in these kind of stuff, you can just run the simple demo at here.
Note that you still need an Lua Intrepeter, See
lua
in your terminal/cmd)print("Hello World") -- Yes, Just that
whatevershithere.lua
-- Hello Worldy, DUMB MODE
print("Hello World")