parent
84822ec645
commit
c060d05a23
2 changed files with 4 additions and 6 deletions
@ -1,12 +1,7 @@ |
|||||||
use std::fs; |
|
||||||
use std::io; |
|
||||||
|
|
||||||
use swayr::Node; |
|
||||||
|
|
||||||
fn main() { |
fn main() { |
||||||
let root_node = swayr::get_tree(); |
let root_node = swayr::get_tree(); |
||||||
for con in swayr::get_cons(&root_node) { |
for con in swayr::get_cons(&root_node) { |
||||||
println!("{}\n", con); |
println!("{}", con); |
||||||
} |
} |
||||||
println!("Yes!") |
println!("Yes!") |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue