Skip to content
Permalink
Browse files
Update README.md
  • Loading branch information
clarkh9 committed Dec 25, 2022
1 parent 8f9c8cb commit 269d8df94e1677165293ce4df067e8d9e10d3024
Showing 1 changed file with 3 additions and 3 deletions.
@@ -36,7 +36,7 @@ can be used in both C/C++ programs
```
<p align="center">
<img width="700" height="300" src="images/hello.png">
<img width="700" height="300" src="images/hello/hello.png">
</p>
```cpp
@@ -56,7 +56,7 @@ that line which the previous example does anyway.
```

<p align="center">
<img width="600" height="275" src="images/hello_std.png">
<img width="600" height="275" src="images/hello/hello_std.png">
</p>

```cpp
@@ -67,5 +67,5 @@ std::string, std::getchar, and std::int32_t - just to name a few examples
```

<p align="center">
<img width="400" height="300" src="images/namespace_eg.png">
<img width="400" height="300" src="images/hello/namespace_eg.png">
</p>

0 comments on commit 269d8df

Please sign in to comment.