İçerik silindi İçerik eklendi
Westnest (mesaj | katkılar)
Kodlar düzeltildi
YBot (mesaj | katkılar)
 
15. satır:
{|style="margin:0 auto;"
|style="font-family:Courier New;font-size:12pt;color:#A0A0A0;text-align:left;width:15px;"|1<br>2<br>3
|style="border:thin;border-style:solid;border-color:#BFBFD0;background-color:#EFEFFF;font-family:Courier New;font-size:12pt;width:220;"|<sourcesyntaxhighlight lang=php><?php
echo "Merhaba Herkese!";
?></sourcesyntaxhighlight>
</pre>
|}
25. satır:
{|style="margin:0 auto;"
|style="font-family:Courier New;font-size:12pt;color:#A0A0A0;text-align:left;width:15px;"|1<br>2<br>3<br>4<br>5<br>6
|style="border:thin;border-style:solid;border-color:#BFBFD0;background-color:#EFEFFF;font-family:Courier New;font-size:12pt;width:220;"|<sourcesyntaxhighlight lang=cpp>#include <iostream>
using namespace std;
int main()
31. satır:
cout << "Merhaba Herkese!";
return 0;
}</sourcesyntaxhighlight>
|}
<br>