Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.

User:Ollipuu: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<code>
<?php
$foo = "bar";
echo "Foo is " . $bar;
?>
</code>
Testing testing!
Testing testing!
[[File:Pic-6.png|left|thumb]]
[[File:Pic-6.png|left|thumb]]

Revision as of 07:46, 17 May 2017

<?php
$foo = "bar";
echo "Foo is " . $bar;
?>

Testing testing!

Pic-6.png