README style tweak

This commit is contained in:
Toby Jaffey 2025-12-06 16:45:23 +00:00
parent c9d30b6d28
commit 51494ec10d

View file

@ -90,6 +90,7 @@ Here is a full example of a working VM host from [apps/emulator-mini](apps/emula
-- --
```c
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>
@ -145,6 +146,7 @@ Here is a full example of a working VM host from [apps/emulator-mini](apps/emula
return 0; return 0;
} }
```
## Samples ## Samples