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 1, 2024
1 parent cd2d48e commit 27caf3b
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 27caf3b

Please sign in to comment.