2015/05/22

test

  1.  
  2. #include
  3. main()
  4. {
  5. printf("Hello World");
  6. return;
  7. }
  1.  
  2. package test;
  3.  
  4. public class Test {
  5. public static main(String...args) {
  6. System.out.println("Hello world");
  7. }
  8. }

댓글 없음:

댓글 쓰기