今天是2024年7月9日 第28周 星期二

代人,时大变了。

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

更改

跳到导航 跳到搜索
添加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>

导航菜单