diff --git a/path_to_enlightenment.clj b/path_to_enlightenment.clj index a9ed8bf..ce1ac21 100644 --- a/path_to_enlightenment.clj +++ b/path_to_enlightenment.clj @@ -9,7 +9,7 @@ ~@(doall (map (fn [[doc# code#]] `(when-not (is ~code# ~doc#) - (System/exit 1))) + (System/exit 0))) pairs))))) (load "about_equalities")