minor codeblock changes

This commit is contained in:
waldek 2021-11-09 18:46:56 +01:00
parent 81fb6551e0
commit 76616d25de
1 changed files with 2 additions and 2 deletions

View File

@ -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!' );
``` ```