Elixir: Attributes
Instructions
Tips
Loading...
Your exercise will be checked with these tests:
defmodule Test do
use ExUnit.Case
use Solution
test "solution module attributes" do
assert @number_attr == 10
refute @boolean_attr
assert @hello_world_attr = "Hello, World!"
end
end
Teacher's solution will be available in:
20:00
