Skip to content

Commit

Permalink
Merge pull request FIRST-Tech-Challenge#1 from rolerbot/newFeature
Browse files Browse the repository at this point in the history
[TASK-123] adding a new feature
  • Loading branch information
rolerbot committed Aug 19, 2023
2 parents 660a2f6 + 0625016 commit 1b0ae41
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package org.firstinspires.ftc.teamcode;

public class newFeature {
public static void main(String[] args) {
System.out.println("Hello World");
}
}

0 comments on commit 1b0ae41

Please sign in to comment.