remove hello world

This commit is contained in:
Alex Janka 2022-09-03 12:46:01 +10:00
parent 7e2e19326f
commit 3279207234

View file

@ -86,7 +86,6 @@ struct Args {
}
fn main() {
println!("Hello, world!");
let args = Args::parse();
let baud = 9600;
let parity = 'N';