document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. rm hello.png
  2. rm mytree.dot
  3. rm a.out
  4. gcc treestructure.c
  5. ./a.out
  6. dot mytree.dot -Tpng > hello.png
  7. gnome-open hello.png
');