added syntax highlighting

This commit is contained in:
arcan1s
2014-01-17 23:11:53 +04:00
parent 4fd5d71767
commit 06b0518bb6
17 changed files with 542 additions and 645 deletions

View File

@ -35,7 +35,9 @@ The Trusted User (TU) is a member of the community charged with keeping the AUR
<p align="right">&copy; <a href="https://wiki.archlinux.org/index.php/AUR_Trusted_User_Guidelines/">ArchWiki</a></p>
<p align="justify">All contact information can be found on the left. Feel free to contact me with any questions. Oh, wait! If you will write me to ICQ or jabber you must correctly answer antispam bot's question first. The question is:</p>
<pre><code>int i = 1;
{% highlight c %}
int i = 1;
i = ++i + ++i;
return i;</code></pre>
return i;
{% endhighlight %}
<p align="justify">And the correct answer is <code>5</code> (or <code>6</code>, as you wish).</p>