Skip to content

Instantly share code, notes, and snippets.

@haze
Created July 23, 2023 19:25
Show Gist options
  • Save haze/086dc5bec4d3b51d651c25855c1873e5 to your computer and use it in GitHub Desktop.
Save haze/086dc5bec4d3b51d651c25855c1873e5 to your computer and use it in GitHub Desktop.
<body>
<table>
<tr>
<td class="line-number">1</td>
<td class="line">
<span style="color: #5f00d7">function</span>
<span style="color: #005fd7">sum</span><span style="color: #4e4e4e">(</span
><span style="text-decoration: underline;">a</span><span style="color: #4e4e4e">,</span>
<span style="text-decoration: underline;">b</span><span style="color: #4e4e4e">)</span>
<span style="color: #4e4e4e">{</span>
</td>
</tr>
<tr>
<td class="line-number">2</td>
<td class="line">
<span style="color: #5f00d7">return</span>
<span style="text-decoration: underline;">a</span>
<span style="font-weight: bold;color: #4e4e4e">+</span>
<span style="text-decoration: underline;">b</span>
<span style="color: #4e4e4e">;</span>
</td>
</tr>
<tr>
<td class="line-number">3</td>
<td class="line"><span style="color: #4e4e4e">}</span></td>
</tr>
</table>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment