Skip to content

Commit

Permalink
fix: fix problems of Lecture 1
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Dec 20, 2024
1 parent 582682d commit 96b46e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/problems/problemData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3431,7 +3431,7 @@ function 線を描く(x, y, dir, len) {
java: `
public class Main {
public static void main(String[] args) {
正方形を描く(0, 0, 7); // caller
正方形を描く(0, 0, 6); // caller
正方形を描く(3, 3, 3); // caller
Turtle t = new Turtle(3, 3); // step
}
Expand Down

0 comments on commit 96b46e7

Please sign in to comment.