Created
May 27, 2020 11:32
-
-
Save cupnoodle/1f002738dde6aa4d4fb7952031db0066 to your computer and use it in GitHub Desktop.
escaped html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p><code class="highlight"><span class="kd">struct</span> <span class="kt">Person</span> <span class="p">{</span></code> | |
</p> | |
<p><code class="highlight"> <span class="k">let</span> <span class="nv">firstName</span><span class="p">:</span> <span class="kt">String</span></code> | |
</p> | |
<p><code class="highlight"> <span class="k">let</span> <span class="nv">middleName</span><span class="p">:</span> <span class="kt">String</span></code> | |
</p> | |
<p><code class="highlight"> <span class="k">let</span> <span class="nv">lastName</span><span class="p">:</span> <span class="kt">String</span></code> | |
</p> | |
<p><code class="highlight"><span class="p">}</span></code> | |
</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment