Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tibvdm committed Apr 15, 2024
1 parent eeb9529 commit 0e013e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fa-compression/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ pub fn main() {
string.pop();
}

eprintln!("{}", string);

writer.write_all(format!("{}\t{}\t{}\t", splitted_line[1], splitted_line[3], splitted_line[6]).as_bytes()).unwrap();
writer.write_all(encode(&string).as_slice()).unwrap();
writer.write_all(b"\n").unwrap();
Expand Down

0 comments on commit 0e013e7

Please sign in to comment.