Skip to content

Commit fe25d64

Browse files
authored
Update Pointers.md
1 parent 5a97229 commit fe25d64

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tutorials/learn-cpp.org/en/Pointers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ using namespace std;
3636

3737
int main()
3838
{
39+
3940
int n = 1;
4041

4142
// Create pointers for n
@@ -59,6 +60,7 @@ using namespace std;
5960

6061
int main()
6162
{
63+
6264
int n = 1;
6365

6466
// Create pointers for n

0 commit comments

Comments
 (0)