Skip to content

nurturenature/nurturenature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Nurture Nature

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