Syscall efficiency

This commit is contained in:
Ian Gulliver
2019-05-05 23:11:57 +00:00
parent 23ca1a4609
commit aac374c331
7 changed files with 197 additions and 11 deletions

View File

@@ -94,7 +94,7 @@ ul li, ol li {
code {
font-family: monospace, Courier;
font-size: 16px;
color: #22bb00;
color: #5ac941;
}
pre code {
@@ -103,6 +103,8 @@ pre code {
border: 1px solid grey;
color: #22bb00;
overflow: scroll;
padding: 1ch;