Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rsync25 authored Nov 6, 2024
1 parent 7c1234f commit c52a550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ impl Robot {
}
}

fn main() {
fn robot() {
let mut robot = Robot::new();
let sensor_input = 0.3; // Example sensor input
let weights = initialize_weights();
Expand Down

0 comments on commit c52a550

Please sign in to comment.