You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
160 B
11 lines
160 B
7 years ago
|
# Exercises: A Head Code
|
||
|
# Exercise 1
|
||
|
1. Returns `5`
|
||
|
2. Returns `5 * 5 = 25`
|
||
|
3. Returns `5 * 6 = 30`
|
||
|
4. Returns `3 + 3 = 6`
|
||
|
|
||
|
# Exercise 2
|
||
|
see src/practise.hs
|
||
|
|