mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-08 18:07:19 -06:00
add bash/clojure/java unworked problem sets
This commit is contained in:
6
clojure/hello-world/test/hello_world_test.clj
Normal file
6
clojure/hello-world/test/hello_world_test.clj
Normal file
@@ -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