Skip to content
Snippets Groups Projects
Commit e990c5e5 authored by meejah's avatar meejah
Browse files

clean

parent 2e956ee6
Branches
No related tags found
No related merge requests found
...@@ -6,9 +6,6 @@ main = do ...@@ -6,9 +6,6 @@ main = do
print (whichFloor contents) print (whichFloor contents)
myLink [] = 0
myLink (_:xs) = 1 + myLink xs
santa '(' = 1 santa '(' = 1
santa ')' = -1 santa ')' = -1
santa _ = 0 santa _ = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment