mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2024-11-01 06:55:06 +01:00
6 lines
93 B
C
6 lines
93 B
C
#include <stdlib.h>
|
|
|
|
int main() {
|
|
system("start jre\\bin\\javaw -jar Tachidesk.jar");
|
|
}
|