@LIUHUAN
2016-05-01T11:37:16.000000Z
字数 359
阅读 905
#include<stdio.h>
int main(int argc,char* argv[]){
printf("hello world");
return 0;
}
pubic class First{
public static void main(String []args){
System.out.println("hello world");
}
}
def say():
print "hello world"
def say():
print "hello world"