minor codeblock changes
This commit is contained in:
parent
81fb6551e0
commit
76616d25de
|
@ -106,7 +106,7 @@ int main() {
|
||||||
|
|
||||||
### c++
|
### c++
|
||||||
|
|
||||||
```c++
|
```cpp
|
||||||
// Your First C++ Program
|
// Your First C++ Program
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
@ -119,7 +119,7 @@ int main() {
|
||||||
|
|
||||||
### javascript
|
### javascript
|
||||||
|
|
||||||
```javascript
|
```js
|
||||||
alert( 'Hello, world!' );
|
alert( 'Hello, world!' );
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue