Pete McFarlane
4086d463a9
fix(test1): Swap assertion parameter order
...
`Expected` should come before `actual`, other wise it leads to confusing compiler messages, e.g.
```
note: expected type `()`
found type `{integer}`
```
2019-07-13 13:31:57 +01:00
Jesse
89d5186c0d
fix(test1): renamed function name to snake case
...
closes #180
2019-06-29 01:00:10 +10:00
liv
02ceb0ba8c
fix test command execution
...
seems like i forgot that you actually need to run executables created
with `rustc --test`! this also reworks the "test1" exercise a bit
closes #108
2019-02-15 12:06:05 +01:00
liv
dc1f3b79f8
add tests; refactor exercise links
2019-01-23 20:48:01 +01:00
liv
17e12433cb
add a test
2019-01-09 21:47:50 +01:00