Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Dec 26, 2024
1 parent 3d54f2b commit 7f0c2ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/problems/problemData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4711,9 +4711,6 @@ public class Straight {
`,
},
test9: {
// Javaの静的フィールド(つまり、グローバル変数)を扱う場合、 `myGlobal` を使うこと。
// 静的メソッドは普通の関数で代替すること。
// 独自クラスを定義するコードでは `main()` 関数を定義すること。
instrumented: `
myGlobal.Settings = { speed: 0 };
Expand Down

0 comments on commit 7f0c2ff

Please sign in to comment.