@LIUHUAN
2016-05-01T03:37:16.000000Z
字数 359
阅读 1085
#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"
