aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorjacob janzen <jjanzen@localhost.localdomain>2022-08-28 10:49:38 -0500
committerjacob janzen <jjanzen@localhost.localdomain>2022-08-28 10:49:38 -0500
commit1fe3cfe345bb071a1cad5bd9614a60b672f82e6c (patch)
tree597acf2c9fcf10531dbc10b1ef66ba82d46b81db /src/main.rs
parentbb082dd8a09e821217183a69b5ae7b7bd9f892b1 (diff)
fixed rotation algorithm
updated author
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index ae799e6..faff0eb 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -40,5 +40,6 @@ fn main() {
// Write frame to file
encoder.write_frame(&frame).unwrap();
+ print!("=");
}
}