mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
docs: fix start of C code block
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user