mirror of
https://github.com/Xevion/exercism.git
synced 2026-02-01 14:24:16 -06:00
add bash/clojure/java unworked problem sets
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
(ns hello-world-test
|
||||
(:require [clojure.test :refer [deftest is]]
|
||||
hello-world))
|
||||
|
||||
(deftest hello-world-test
|
||||
(is (= "Hello, World!" (hello-world/hello))))
|
||||
Reference in New Issue
Block a user