Compare commits
No commits in common. "5b32090a1dc517d3c02a819aecb530c70fcf6abc" and "39904f1b5d76f84967727762784b0603f75c407d" have entirely different histories.
5b32090a1d
...
39904f1b5d
|
@ -106,7 +106,7 @@ int main() {
|
||||||
|
|
||||||
### c++
|
### c++
|
||||||
|
|
||||||
```cpp
|
```c++
|
||||||
// Your First C++ Program
|
// Your First C++ Program
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
@ -119,7 +119,7 @@ int main() {
|
||||||
|
|
||||||
### javascript
|
### javascript
|
||||||
|
|
||||||
```js
|
```javascript
|
||||||
alert( 'Hello, world!' );
|
alert( 'Hello, world!' );
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue