Sha256: 9e22a16c2fd4125c37ce344aea3c3b055027008a3fc254e90fdf7a48bf066f3b
Contents?: true
Size: 169 Bytes
Versions: 71
Compression:
Stored size: 169 Bytes
Contents
(ns hello-world-test (:require [clojure.test :refer [deftest is]] hello-world)) (deftest hello-world-test (is (= "Hello, World!" (hello-world/hello))))
Version data entries
71 entries across 71 versions & 1 rubygems