Jump to content

User:Muqman 52: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Muqman 52 (talk | contribs)
No edit summary
Muqman 52 (talk | contribs)
No edit summary
Line 1: Line 1:
Hmmm... what to write about myself?
Hmmm... what to write about myself?


Well, I like to code so:
Well, I like to programming so:
<pre>
<pre><?php echo "Coding makes things run but it also hurts a ton!"; ?></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.