Skip to content

Commit

Permalink
Fix fibonacci example
Browse files Browse the repository at this point in the history
  • Loading branch information
moodlezoup committed Mar 25, 2024
1 parent 809f1b9 commit 4f74b5c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/fibonacci/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,3 @@ pub fn main() {
println!("output: {}", output);
println!("valid: {}", is_valid);
}

pub fn main() {
let guest = guest:b
}

0 comments on commit 4f74b5c

Please sign in to comment.