User:Muqman 52: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Hmmm... what to write about myself? |
Hmmm... what to write about myself? |
||
Well, I like to |
Well, I like to programming so: |
||
<pre> |
|||
<?php echo "Programming makes things run but it also hurts a ton!"; ?> |
|||
<?php |
|||
function hi($name){ |
|||
return "Hello $name"; |
|||
} |
|||
echo hi("muqman_52"); |
|||
</pre> |
|||
'''Back to school!''' |
'''Back to school!''' |
Revision as of 21:10, 9 November 2012
Hmmm... what to write about myself?
Well, I like to programming so:
<?php echo "Programming makes things run but it also hurts a ton!"; ?> <?php function hi($name){ return "Hello $name"; } echo hi("muqman_52");
Back to school!
Latest Projects
Project10 A little CMS I've been working on, a unique, tumblr-ish way of publishing content on the web.