Skip to content

Instantly share code, notes, and snippets.

@blzjns
Last active May 12, 2021 03:17
Show Gist options
  • Save blzjns/01753efad2a529210f6ca8f43b37eb0b to your computer and use it in GitHub Desktop.
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
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