Skip to content

Commit

Permalink
chore: remove unused program argument
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Feb 2, 2024
1 parent d0e40e6 commit fdf4e82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fn main(x: u8) {
fn main() {
let four: u8 = 4;
let not_four: u8 = !four;

Expand Down

0 comments on commit fdf4e82

Please sign in to comment.