Skip to content

Commit

Permalink
Good commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cohensh committed Jan 20, 2024
1 parent bc25b00 commit 3cacc8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void robotInit() {
// Instantiate our RobotContainer. This will perform all our button bindings, and put our
// autonomous chooser on the dashboard.
m_robotContainer = new RobotContainer();
This doesnt work
System.out.println("Hello world");
}

/**
Expand Down

0 comments on commit 3cacc8d

Please sign in to comment.