打开主菜单
首页
随机
登录
设置
关于Akarin
免责声明
Akarin
搜索
更改
←上一编辑
Hello world
(查看源代码)
2020年7月19日 (日) 13:26的版本
添加385字节
、
2020年7月19日 (日) 13:26
小
无编辑摘要
第4行:
第4行:
===ABAP===
===ABAP===
+
<source lang="abap">
REPORT Z_AKARIN_HELLO.
REPORT Z_AKARIN_HELLO.
−
+
WRITE 'Hello world!'.
−
WRITE ‘Hello,world’
.
+
</source>
−
+
===C===
−
=== Python ===
+
<source lang="c">
−
print ("Hello
,world
")
+
#include<stdio
.
h>
−
+
int main(){
−
=== Lua ===
+
printf("Hello world!");
+
}
+
</source>
+
===C++===
+
<source lang="cpp">
+
#include<iostream>
+
int main(){
+
std::cout<<"Hello world!";
+
}
+
</source>
+
===Python===
+
<source lang="py">
+
print("Hello
world!
")
+
</source>
+
<source lang="py">
+
import __hello__
+
</source>
+
===Lua===
{{Seealso|Module:Example}}
{{Seealso|Module:Example}}
+
===Wenyan===
+
<source>
+
吾有一言。曰「「問天地好在。」」。書之。
+
</source>
Shinonome Akebono
界面管理员
、
管理员
、
上传向导活动编辑者
849
个编辑