警告!本网站处于测试阶段!
Warn! This site is in beta!
print("Hello World!")
#include <iostream>
using namespace std;
int main()
{
cout << "Hello World!" << endl;
return 0;
}
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
1
2
3
4
5
6
7
8
9
10
one
two
three
four
five
six
seven
eight
nine
ten