Show notes
Pseudocode to Life by: Philip De Luna
global tribe Awaken {
washFace();
Meditate();
Stimulate();
Learn() {
if (struggle)
Persevere();
if (all hope is lost)
Compassion();
Learn(failures);
}
while(in good health) {
fork(learn());
}
return Uniquity
}
}
END?


