今天是2024年7月7日 第27周 星期日

代人,时大变了。

我们生活在大地上,但我们的梦想超越天空。

「Hello world」修訂間的差異

出自Akarin
跳至導覽 跳至搜尋
標籤手機版網頁編輯 手機版編輯
行 10: 行 10:
 
=== Python ===
 
=== Python ===
 
print ("Hello,world")
 
print ("Hello,world")
 +
 +
== Lua ===
 +
{{Seealso|Module:Example}}

於 2020年7月19日 (日) 13:14 的修訂

Hello world為一梗,於程式設計師中流傳,源於《Introduction to the Language B》一書示例程序之首,後用於入門程式語言的第一個程序。

各類代碼實現

ABAP

REPORT Z_AKARIN_HELLO.

WRITE 『Hello,world』.

Python

print ("Hello,world")

Lua =