mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-26 23:44:18 +02:00
6 lines
No EOL
59 B
Rust
6 lines
No EOL
59 B
Rust
mod core;
|
|
mod gui;
|
|
|
|
fn main() {
|
|
gui::UadGui::start();
|
|
} |