We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 825334b commit 1bfeaeaCopy full SHA for 1bfeaea
3.clj
@@ -0,0 +1,11 @@
1
+;; Title: Intro to Strings
2
+;; Link: http://www.4clojure.com/problem/3
3
+;; Clojure strings are Java strings. This means that you can use any of the Java string methods on Clojure strings.
4
+
5
+;; QUESTION/TEST CODE
6
7
+; (= __ (.toUpperCase "hello world"))
8
9
+;; SOLUTION CODE
10
11
+"HELLO WORLD"
0 commit comments