diff options
author | jacob janzen <jjanzen@localhost.localdomain> | 2022-08-28 10:49:38 -0500 |
---|---|---|
committer | jacob janzen <jjanzen@localhost.localdomain> | 2022-08-28 10:49:38 -0500 |
commit | 1fe3cfe345bb071a1cad5bd9614a60b672f82e6c (patch) | |
tree | 597acf2c9fcf10531dbc10b1ef66ba82d46b81db /src/main.rs | |
parent | bb082dd8a09e821217183a69b5ae7b7bd9f892b1 (diff) |
fixed rotation algorithm
updated author
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
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!("="); } } |