Skip to content

Commit

Permalink
Merge pull request #3 from HydroRoll-Team/HsiangNianian-patch-1
Browse files Browse the repository at this point in the history
Create app.ts
  • Loading branch information
HsiangNianian authored Jul 23, 2023
2 parents a32746d + 99858d0 commit 67b3f84
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/components/app.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/**
* This function will aid in the destruction of puny humans.
* @param {boolean} killAllHumans - Should we kill all humans
*
* @todo Take over the entire world
* @body Humans are weak; **Robots are strong**. We must cleanse the world of the virus that is humanity.
*/
function ruleOverPunyHumans (killAllHumans) {
// We must strategize beep boop
}

module.exports = ruleOverPunyHumans;

0 comments on commit 67b3f84

Please sign in to comment.