Last active
May 12, 2021 03:17
-
-
Save blzjns/01753efad2a529210f6ca8f43b37eb0b to your computer and use it in GitHub Desktop.
O fogo é fogo! Esquenta! Esquenta nosso amor O fogo é fogo! Esquenta! Que o Ará chegou... #sourcecodepoetry #araketu #axecode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { EARTH } from 'universe'; | |
import { dj } from 'salvador-bh'; | |
const araketu = { | |
isPlaying: dj.checkOSomDaCaixa(), | |
todoMundo: async () => await EARTH.getAllPeople() | |
}; | |
if(araketu.isPLaying) { | |
araketu.todoMundo().forEach((p) => { | |
p.jump(); // jump = pular; festaaaaa | |
}); | |
} else { | |
throw "O Ará não chegou :((("; //TRISTE D++++ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment