╠╣ ║‼
Welcome, thank you for your little visit !
|
const franckdun = new Project_Blockchain();
function autonomousWorld() {
if (franckdun.colaborater > 0) {
return console.log(
"Great, I walk with you! We have no more oil but we still have ideas!"
);
}
return console.log("Sorry, nobody wants to save the world.");
}