Update license

This commit is contained in:
Tony Klink 2024-06-06 20:41:39 -06:00
parent 8ab8cdedbd
commit 35bdddc173
Signed by: klink
GPG key ID: 85175567C4D19231
7 changed files with 16 additions and 4 deletions

View file

@ -16,11 +16,11 @@ fn main() -> std::io::Result<()> {
// and send data back to origin.
let buf = &mut buf[..amt];
let face = LiveLinkFace::decode(buf);
shitty_print(face.1);
print_values(face.1);
}
}
fn shitty_print(face_data: LiveLinkFace) {
fn print_values(face_data: LiveLinkFace) {
print!("{}[2J", 27 as char);
stdout().flush().unwrap();
println!(