helloworld
Hello-World Release 1.0
警告:由于 PR 而不稳定
噢,孩子!所有魔法发生和发生的地方!
如果您的问题与master
分支相关,请尝试不使用该分支,而使用 release Branch
和Release
s
这是一个存储库,我计划在一个存储库中尽可能在许多可能的平台上收集和编码 Hello World
Python 版本要简单得多,您需要的只是命令提示符,然后转到 python 文件夹并输入 python 文件名 [例如 C:users* user *desktoppython helloworld adv.py]
如果发生这种情况,您无法运行 python 代码,请使用下面的代码并查看它是否有效:
print ( "Hello World!" )
input ()
Lua 有点复杂,首先,你必须安装 lua,你可以在这里安装,或者如果你不想涉及这些东西,你可以在这里运行简单的演示。
请注意,您仍然需要一个 Lua Intrepeter,请参见
lua
) print ( " Hello World " ) -- Yes, Just that
whatevershithere.lua
的lua文件 -- Hello Worldy, DUMB MODE
print ( " Hello World " )