diff options
| author | s1n <[email protected]> | 2020-02-27 13:26:09 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-27 13:26:09 -0800 |
| commit | 6c3adcfb5c65f36536a6c6cd050f9dfd519b3efa (patch) | |
| tree | 8a66d16345d29991e6fa956745a52d7c7796cc01 | |
| parent | update adding reame (diff) | |
| download | cpp-examples-6c3adcfb5c65f36536a6c6cd050f9dfd519b3efa.tar.xz cpp-examples-6c3adcfb5c65f36536a6c6cd050f9dfd519b3efa.zip | |
update hello world readme
| -rw-r--r-- | cpp-hello-world/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp-hello-world/README.md b/cpp-hello-world/README.md index 68127ef..7239347 100644 --- a/cpp-hello-world/README.md +++ b/cpp-hello-world/README.md @@ -10,7 +10,7 @@ <!-- GETTING STARTED --> ## Getting Started -[Clone or download](https://github.com/8cy/cpp-hello-world) the project and run in your favourite choice of [IDE](https://en.wikipedia.org/wiki/IDE) or [Text Editor](https://en.wikipedia.org/wiki/Text_editor) with a Code Runner. +[Clone or download](https://github.com/8cy/cpp-examples/cpp-hello-world) the project and run in your favourite choice of [IDE](https://en.wikipedia.org/wiki/IDE) or [Text Editor](https://en.wikipedia.org/wiki/Text_editor) with a Code Runner. > *[Code Runner](https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner) by [Jun Han](https://marketplace.visualstudio.com/publishers/formulahendry) on the [VSCode Marketplace](https://marketplace.visualstudio.com/) is my Code Runner of choice but you can feel free to use anything that works for you.* |