aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/kotlin/io/github/Locusts.kt
blob: 1e31b0eff18d647dc171abe74e5f3888b2281dae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * This source file was generated by the Gradle 'init' task
 */
package io.github.locustsRUs.locusts

class Locusts {
  companion object {
    fun introduceLocusts() {
      return
    }
  }
}