Mix.install([
{:youtube, github: "brooklinjazz/youtube"},
{:hidden_cell, github: "brooklinjazz/hidden_cell"},
{:tested_cell, github: "brooklinjazz/tested_cell"},
{:utils, path: "#{__DIR__}/../utils"}
])
Use the command line to create a family
folder with the following folder and file structure.
/family
/Saida
/Aelia
/Urbano
/Petal
/Hagir
/Leandro
/Helen
Next, create a file for each folder that represents that person's family status. It's better that you do this after creating the folder structure above to get more practice moving between folders.
/family
/Saida
child.txt
/Aelia
parent.txt
/Urbano
grandparent.txt
/Petal
grandparent.txt
/Hagir
parent.txt
/Leandro
grandparent.txt
/Helen
grandparent.txt
Names were generated using behindthename.com
Previous | Next |
---|---|
Code Editors | Livebook Recovery |