Skip to content

Commit

Permalink
Third solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz committed Feb 13, 2025
1 parent 52cd9da commit 7017056
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package core.basesyntax;

public class main {
public static void Main(String[] args) {
public class Main {
public static void main(String[] args) {
Robot robot = new Robot(Direction.RIGHT, 0, 0);
RobotRoute robotRoute = new RobotRoute();
robotRoute.moveRobot(robot, 3, 2);
Expand Down

0 comments on commit 7017056

Please sign in to comment.