clean up imports
This commit is contained in:
parent
7d23ab9dc6
commit
995aee7e87
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
extern crate cat2text;
|
extern crate cat2text;
|
||||||
use cat2text::{base4, core};
|
use cat2text::base4;
|
||||||
use std::{io::{self, stdout, Write}, process::exit};
|
use std::io::{self, stdout, Write};
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let stdin = io::stdin();
|
let stdin = io::stdin();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue