fix: converted single to triple backticks5 (#36232)

This commit is contained in:
Randell Dawson
2019-06-20 14:14:23 -07:00
committed by Tom
parent 63a0fa745b
commit fce8901c56
75 changed files with 1299 additions and 1139 deletions

View File

@@ -49,10 +49,11 @@ localeTitle: C ++ التحميل الزائد
عندما يتم تجميع التعليمات البرمجية المذكورة أعلاه وتنفيذها ، فإنها تنتج النتيجة التالية -
`Printing int: 5
Printing float: 500.263
Printing string: Hello C++
`
```
Printing int: 5
Printing float: 500.263
Printing string: Hello C++
```
### مشغل الحمولة الزائدة في C ++
@@ -96,5 +97,6 @@ localeTitle: C ++ التحميل الزائد
الناتج عن البرنامج أعلاه
`4 + i3
`
```
4 + i3
```