Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 595 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 595 Bytes

Nurture Nature

@spec work :: list
def work do
  ["🧠", "🫀", "💪"]
  |> Enum.map(fn attr ->
    {"👍", "🧪 + " <> attr}
  end)
end