質問編集履歴
1
関係のないところに } がなぜか、ついていたので修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -22,7 +22,6 @@
|
|
22
22
|
SampleClass sample = new SampleClass();
|
23
23
|
String response = sample.action();
|
24
24
|
System.out.println(response); //Sample > Action
|
25
|
-
}
|
26
25
|
```
|
27
26
|
まだ初心者なので、Eclipseの使い方もプログラムの組み方もイマイチわからないような初心者ですが、よろしくお願いします。
|
28
27
|
|