2015/05/22

test


#include
main()
{
printf("Hello World");
return;
}

package test;

public class Test {
public static main(String...args) {
System.out.println("Hello world");
}
}

댓글 없음:

댓글 쓰기