變更

增加 386 位元組 、 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>