Neverendingo (Talk | contribs) m (Text replace - "<code cpp>" to "<syntaxhighlight lang="cpp">") |
Neverendingo (Talk | contribs) m (Text replace - "</code>" to "</syntaxhighlight>") |
||
| Line 17: | Line 17: | ||
return app.exec(); | return app.exec(); | ||
} | } | ||
| − | </ | + | </syntaxhighlight> |
{{Code|2=Some code in a box}} | {{Code|2=Some code in a box}} | ||
| Line 48: | Line 48: | ||
} | } | ||
| − | </ | + | </syntaxhighlight> |
Contents |
Test: <mail address="foo@bar.baz">Contact me!</mail>
int main(int argc, char* argv[]) {
QApplication app(argc, argv);
QLabel l("Hello world!");
QLabel h("Хуй!");
h.show();
return app.exec();
} </syntaxhighlight>
<code cpp>{{{text}}}</code>
<code cpp>{{{text}}}</code>
![]()
This work is licensed under a Creative Commons Attribution 2.5 License.
![]()
This work is licensed under a Creative Commons Attribution-Noncommercial 2.5 License.
![]()
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License.
![]()
This work is licensed under a Creative Commons Attribution-Share Alike 2.5 License.
All text is available under the terms of the Gnu Free Documentation License
| Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum |
|---|
| How To Do the Lorem Ipsum |
#include <iostream> using namespace std; int main() { '''cout << "Hello World" << endl;''' return 0; }