Skip to content

Commit 6350c3a

Browse files
committed
reworded for better integration with existing GUI way of creating files
1 parent 24725be commit 6350c3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/setup_vscode.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,13 @@ Select the add file icon and give it a name, e.g., `main.cpp`.
180180

181181
<img src="images/vscode023.png" width="768px" />
182182

183-
Create a `main.cpp` file using [`touch`](cli.html#touch).
183+
Alternatively, create your `main.cpp` file from the command line using [`touch`](cli.html#touch).
184184

185185
```console
186186
$ touch main.cpp
187187
```
188188

189-
Copy-paste this Hello World program into it.
189+
Copy-paste this Hello World program into your `main.cpp`.
190190

191191
```c++
192192
#include <iostream>

0 commit comments

Comments
 (0)