Skip to content

Instantly share code, notes, and snippets.

@takahashi-h5
Last active August 31, 2019 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takahashi-h5/ad8f9d32d741e996a740926daeccb77f to your computer and use it in GitHub Desktop.
Save takahashi-h5/ad8f9d32d741e996a740926daeccb77f to your computer and use it in GitHub Desktop.
public static void main(String[] a) { // エントリーポイント
}
public static void Main(String[] args){ // MainはNG,mainであること
}
public static void main(int[] args){ // 単なるオーバーロードなのでコンパイルは通るがエントリーポイントではない
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment