Elixir_Tamagotchi

Run Settings
LanguageElixir
Language Version
Run Command
defmodule Tamagotchi do def isHungry() do true end def eat() do false end end
ExUnit.start() defmodule TamagotchiTest do use ExUnit.Case test "tamagotchi is hungry" do assert true == Tamagotchi.isHungry() end test "tamagotchi is not hungry" do tamagotchi = Tamagotchi.eat() assert false == tamagotchi.isHungry() end end
Editor Settings
Theme
Key bindings
Full width
Lines