Skip to content

Instantly share code, notes, and snippets.

@mattagar
mattagar / gist:2398
Created July 25, 2008 06:24 — forked from schacon/gist:1
This is gist.
There are many like it, but this one is mine.
It is my life.
I must master it as I must master my life.
Without me gist is useless.
@mattagar
mattagar / another.php
Created July 23, 2008 05:52
Nothing interesting...
<?
// a comment
foreach ($things as $thing) {
echo $thing;
}
?>