This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Inspired by: | |
# http://learnyouahaskell.com/a-fistful-of-monads#walk-the-line | |
# Put simply, pierre is a tight rope walker. birds land on the left | |
# or right of his pole. If the difference is > 3 he falls off | |
ExUnit.start | |
defmodule WalkTheLine do | |
use ExUnit.Case |