summaryrefslogtreecommitdiff
path: root/vendor/soundasleep/html2text/tests/html/pre.html
blob: 1a6306ffb9facc4659b74378e1f4a14cfda7f017 (plain)
1
2
3
4
5
6
7
8
9
10
Here is the code
<pre>
#include &lt;stdlib.h&gt;
#include &lt;stdio.h&gt;

int main(){
	return 0;
};

</pre>