Sat, 26 Jan 2019 19:38:36 +0400
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
ecbb303ce0
commit
bc7ca7dcc1
@ -6,6 +6,6 @@ use parser::*;
|
||||
|
||||
fn main() {
|
||||
let file: File = File::open("events.xml").unwrap();
|
||||
let data: ParserResult = qwerty(BufReader::new(file));
|
||||
let data: ParserResult = parse(BufReader::new(file));
|
||||
dbg!(data.meeting_name);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user