initial commit, eu.kanade.tachiyomi.srource packge build works

This commit is contained in:
Aria Moradi
2020-12-23 17:52:05 +03:30
commit 960ffd222e
31 changed files with 1661 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
package ir.armor.tachidesk
class Main{
companion object {
@JvmStatic
fun main(args: Array<String>) {
println("hello bitches")
}
}
}