diff src/rlm/todo.clj @ 0:78a630e650d2

initial import
author Robert McIntyre <rlm@mit.edu>
date Tue, 18 Oct 2011 00:57:08 -0700
parents
children
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/rlm/todo.clj	Tue Oct 18 00:57:08 2011 -0700
     1.3 @@ -0,0 +1,6 @@
     1.4 +(ns rlm.todo)
     1.5 +
     1.6 +
     1.7 +(defn display-stats
     1.8 +  "prints cool system information"
     1.9 +  [])