Skip to content

Commit

Permalink
Update 2.cpp.md
Browse files Browse the repository at this point in the history
  • Loading branch information
botond-szabo authored Aug 26, 2024
1 parent a097b62 commit 7546caf
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions content/4.languages/2.cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,18 +99,19 @@ To get started using Necto with C++ and Conan:
```

:::
::

:::code-group{:groups='["conanfile.txt", "conanfile.py"]'}
::code-group{:groups='["conanfile.txt", "conanfile.py"]'}

#conanfile.txt
```text
print(a, end=' ')
#conanfile.txt
```text
print(a, end=' ')
```

#conanfile.py
```python
print(a, end=' ')
```

#conanfile.py
```python
print(a, end=' ')
```

:::
::

0 comments on commit 7546caf

Please sign in to comment.