您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

22 行
305 B

  1. /**
  2. * @file Game.java
  3. *
  4. * @author Christos Choutouridis AEM:8997
  5. * @email cchoutou@ece.auth.gr
  6. */
  7. package net.hoo2.auth.labyrinth;
  8. /**
  9. *
  10. */
  11. public class Game {
  12. public static void main(String[] args) {
  13. // TODO Auto-generated method stub
  14. System.out.println("Lets begin");
  15. }
  16. }