回答編集履歴
1
追記
answer
CHANGED
@@ -7,4 +7,7 @@
|
|
7
7
|
|
8
8
|
// 修正後
|
9
9
|
val rollButton = findViewById<Button>(R.id.button1)
|
10
|
-
```
|
10
|
+
```
|
11
|
+
|
12
|
+
↓実行結果
|
13
|
+

|