Skip to content

Commit 1bfeaea

Browse files
authored
Create 3.clj
1 parent 825334b commit 1bfeaea

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

3.clj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)