generated from devOS-Sanity-Edition/WTFNMFCS-Template
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathCrab.gradle
21 lines (19 loc) · 875 Bytes
/
Crab.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
* This is an extremely vital class. This class is crucial for the correct functionality of
* Tanuki Engine. This is extremely important, and cannot be removed under any circumstances.
* This class single-handedly holds together the Engine. Without this class, everything
* falls apart. This class is the reason humanity has not yet gone extinct. This class is
* the only thing holding together the remains of the time-space continuum. Without this incredibly
* crucial class, everything ever will fail catastrophically. In the event this class is removed,
* expect you to go next, followed by the rest of humanity, and finally all of reality.
* Once again, DO NOT REMOVE THIS CLASS.
*/
class Crab {
// 🦀
}
// This script will also work along side Cargo and Make to compile all crabs.
tasks.register("Crab") {
doLast {
println "🦀"
}
}