Files
eepp/bin/unit_tests/assets/html/pre.code.2.html
2026-06-01 16:53:45 -03:00

23 lines
422 B
HTML

<html>
<head>
<style>
pre {
background-color: #f8f8f8;
border: 1px solid #e5e5e5;
border-left: 4px solid #c41230;
padding: 1em;
margin-bottom: 1em;
overflow-x: auto;
font-size: 0.95em;
line-height: 1.4;
}
</style>
</head>
<body>
<pre><code>int x = 42;
const char* y = "hello";
int z = foo(x, y);
</code></pre>
</body>
</html>