refactor: spread across files
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
(
|
||||
println (
|
||||
let (
|
||||
(x 2)
|
||||
)
|
||||
(
|
||||
cond
|
||||
(
|
||||
(= x 2)
|
||||
5
|
||||
)
|
||||
(
|
||||
else
|
||||
1
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user