Skip to content

Instantly share code, notes, and snippets.

View stuartgibson's full-sized avatar

Stuart Gibson stuartgibson

View GitHub Profile

Keybase proof

I hereby claim:

  • I am stuartgibson on github.
  • I am stuartgibson (https://keybase.io/stuartgibson) on keybase.
  • I have a public key whose fingerprint is 786C C562 0822 7D70 64A0 BA8E 4901 338E EDBD B68B

To claim this, I am signing this object:

<?php
echo '<pre>';
class node
{
var $name = NULL;
var $left = NULL;
var $right = NULL;
var $content = NULL;