Skip to content

Commit

Permalink
stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
legoguy1000 committed Dec 15, 2024
1 parent 1876357 commit 9ccc49d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/frc/robot/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

package frc.robot;

import edu.wpi.first.wpilibj.RobotBase;

/**
* Do NOT add any static variables to this class, or any initialization at all. Unless you know what
* you are doing, do not modify this file except to change the parameter class to the startRobot
Expand All @@ -21,6 +23,6 @@ private Main() {}
* @param args String args
*/
public static void main(String... args) {
// RobotBase.startRobot(Robot::new);
RobotBase.startRobot(Robot::new);
}
}

0 comments on commit 9ccc49d

Please sign in to comment.