Compare commits

...

2 Commits

Author SHA1 Message Date
waldek 5b32090a1d Merge branch 'master' of ssh://86thumbs.net:3022/waldek/python_course_doc 2021-11-09 18:46:59 +01:00
waldek 76616d25de minor codeblock changes 2021-11-09 18:46:56 +01:00
1 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ int main() {
### c++
```c++
```cpp
// Your First C++ Program
#include <iostream>
@ -119,7 +119,7 @@ int main() {
### javascript
```javascript
```js
alert( 'Hello, world!' );
```