diff options
Diffstat (limited to 'src/main/kotlin')
-rw-r--r-- | src/main/kotlin/io/github/Locusts.kt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/kotlin/io/github/Locusts.kt b/src/main/kotlin/io/github/Locusts.kt new file mode 100644 index 0000000..1e31b0e --- /dev/null +++ b/src/main/kotlin/io/github/Locusts.kt @@ -0,0 +1,12 @@ +/* + * This source file was generated by the Gradle 'init' task + */ +package io.github.locustsRUs.locusts + +class Locusts { + companion object { + fun introduceLocusts() { + return + } + } +} |