Skip to content

Commit 99858d0

Browse files
Create app.ts
1 parent a32746d commit 99858d0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/components/app.ts

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/**
2+
* This function will aid in the destruction of puny humans.
3+
* @param {boolean} killAllHumans - Should we kill all humans
4+
*
5+
* @todo Take over the entire world
6+
* @body Humans are weak; **Robots are strong**. We must cleanse the world of the virus that is humanity.
7+
*/
8+
function ruleOverPunyHumans (killAllHumans) {
9+
// We must strategize beep boop
10+
}
11+
12+
module.exports = ruleOverPunyHumans;

0 commit comments

Comments
 (0)