Skip to content

Commit

Permalink
Update kt_Keywords.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kuyeol authored Feb 26, 2025
1 parent 63b58b3 commit 82ac950
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Writerside/topics/kt_Keywords.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

<tabs>
<tab id="code" title="코드">
<p>
<code-block lang="kotlin">
class Person(val name: String) {
val children: MutableList&lt;Person&gt; = mutableListOf()
Expand All @@ -31,6 +32,7 @@
}
}
</code-block>
</p>
</tab>
<tab id="detail" title="설명">
<code-block lang="kotlin">
Expand Down

0 comments on commit 82ac950

Please sign in to comment.