Skip to content

Instantly share code, notes, and snippets.

@dicenull
Created March 14, 2024 08:14
Show Gist options
  • Save dicenull/de33f6916fc3188d4164d31977fefa28 to your computer and use it in GitHub Desktop.
Save dicenull/de33f6916fc3188d4164d31977fefa28 to your computer and use it in GitHub Desktop.
// 通常の一行コメントです。
/// ドキュメンテーションコメントです。
/// クラスやメンバーの説明を文書として説明できます。
/// IDEやエディタでは見やすく表示されます。
/* このようなコメントもサポートされています。 */
void main() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment