docs: fix start of C code block

This commit is contained in:
John Bampton
2022-12-06 21:48:28 +10:00
parent b3c95f3851
commit 8eee3ce150
+1 -1
View File
@@ -10,7 +10,7 @@ with the same API.
For instance, you can link the following trivial program with either
this code, or libgmp.a and get the same results.
``` C
```c
#include <stdio.h>
#include "gmp.h"
main()