Merge pull request #5866 from jbampton/md-fix-c-code-block

docs: fix start of `C` code block
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-12-07 08:01:13 +09:00
committed by GitHub
+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()