(ns c200.t2-test (:require [clojure.test :refer [deftest is testing]] [c200.t2 :refer []])) (deftest task-2 (testing "Task 2 produces the correct results from examples in the description" ))