wisp
 
(Arne Babenhauserheide)
2015-06-23: remove call to main

remove call to main

diff --git a/examples/cli.w b/examples/cli.w
--- a/examples/cli.w
+++ b/examples/cli.w
@@ -14,5 +14,3 @@ define : main args
              display args
          newline
 
-main '("foo")
-