Let’s make some pretty <code>
Print files backwards using tac
To stop a process, hit ctrl + c
function add(x, y) {
return x + y;
}
<p>Let's make some pretty <code><code></code></p>
<p>Print files backwards using <kbd>tac</kbd></p>
<p>To stop a process, hit <kbd>ctrl + c</kbd></p>
<pre><code>function add(x, y) {
return x + y;
}
</code></pre>