elixir-book icon indicating copy to clipboard operation
elixir-book copied to clipboard

A softcover version of the online elixir getting started guides

Results 2 elixir-book issues
Sort by recently updated
recently updated
newest added

I was running an example. ``` ExUnit.start defmodule CallbacksTest do use ExUnit.Case, async: true setup do IO.puts "This is a setup callback" { :ok, from_setup: :hello } end test "the...