- or download this
#!/usr/bin/env perl
...
say '</pre>';
exit;
- or download this
/* hello.c */
...
{
printf("hello, world\n");
}
- or download this
<pre class="syntax-highlight">
<span class="comment">/* hello.c */</span>
...
<span class="function">printf</span><span class="operator">(</span
+><span class="string">"hello, world\n"</span><span class="operator">)
+</span><span class="operator">;</span>
<span class="operator">}</span>
</pre>
- or download this
pre {
font-size: 1.000em;
...
color: #ffffff;
background-color: inherit;
}