Remove "language"

pull/31/head
rugk 7 years ago committed by GitHub
parent 72e415add7
commit ea2a054af9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -100,7 +100,7 @@ for y in range(qr1.get_size()):
(... paint qr1.get_module(x, y) ...) (... paint qr1.get_module(x, y) ...)
``` ```
C++ language: C++:
```c++ ```c++
#include <string> #include <string>
@ -124,7 +124,7 @@ for (int y = 0; y < qr1.getSize(); y++) {
} }
``` ```
C language: C:
```c ```c
#include <stdbool.h> #include <stdbool.h>

Loading…
Cancel
Save