6 lines
110 B
Rust
6 lines
110 B
Rust
fn main() {
|
|
for property in android_properties::prop_values() {
|
|
println!("{}", property);
|
|
}
|
|
}
|