Commit d9e4ce5
authored
Fix build (#368)
* update dependencies
* output all files from src dir. This will require the use of function stubs in the .re files, like in the OCaml track
* add function stubs to .re files
* change script to copy all files from /src, then overwrite the exercise files with Example.re. This allows extra modules to be copied from the /src folder
* update template files to reflect changes1 parent 9ab0250 commit d9e4ce5
File tree
91 files changed
+109045
-74064
lines changed- exercises/practice
- accumulate
- src
- acronym
- src
- all-your-base
- src
- allergies
- src
- anagram
- src
- armstrong-numbers
- src
- binary-search
- src
- bob
- src
- change
- src
- flower-field
- src
- hello-world
- isogram
- src
- knapsack
- src
- leap
- src
- list-ops
- src
- minesweeper
- src
- pangram
- src
- phone-number
- src
- protein-translation
- src
- raindrops
- src
- resistor-color
- src
- rna-transcription
- src
- roman-numerals
- src
- run-length-encoding
- src
- scrabble-score
- src
- space-age
- src
- triangle
- src
- two-fer
- src
- word-count
- src
- template
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
91 files changed
+109045
-74064
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | | - | |
30 | | - | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
72 | | - | |
| 74 | + | |
0 commit comments