diff options
Diffstat (limited to 'archenemyexample/src/forgeMain')
| -rw-r--r-- | archenemyexample/src/forgeMain/kotlin/doStuff.kt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archenemyexample/src/forgeMain/kotlin/doStuff.kt b/archenemyexample/src/forgeMain/kotlin/doStuff.kt new file mode 100644 index 0000000..659bc2b --- /dev/null +++ b/archenemyexample/src/forgeMain/kotlin/doStuff.kt @@ -0,0 +1,3 @@ +actual fun doStuff(args: Int) { + +}
\ No newline at end of file |
