mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2025-01-06 22:18:14 +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");
|
||
|
}
|